#BF47B8

Color #BF47B8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BF47B8

Tints of Fuchsia #BF47B8

Color information

#BF47B8 (or 0xBF47B8) is unknown color: approx Fuchsia. HEX triplet: BF, 47 and B8. RGB value is (191,71,184). Sum of RGB (Red+Green+Blue) = 191+71+184=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF47B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47B8 is #40B847. Grayscale: #777777. Windows color (decimal): -4241480 or 12076991. OLE color: 12076991.

HSL color Cylindrical-coordinate representation of color #BF47B8: hue angle of 303.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF47B8 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19171184-
CMYK00.630.040.25
HSL303.5º48.39%51.37%-
HSV(B)303.5º62.83%74.9%-
XYZ32.3919.0447.32-
YUV119.76164.26178.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 71 (28.12% from 255) = 15.92%
BLUE value IS 184 (72.27% from 255) = 41.26%
R=42.83%
G=15.92%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917118400.630.040.25303.548.3951.37
HexBF47B803F4191303033
Octal2771072700774314606063
Binary10111111100011110111000011111110011001100110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF47B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF47B8; }

 p { color: rgb(191,71,184); }

 H1.HeaderClassName
 {
   color: #BF47B8;
 }
 .AnyTagClassName
 {
   color: #BF47B8;
 }
</style>
background-color css

<style>
 a { background-color: #BF47B8; }

 a { background-color: rgb(191,71,184); }

 div.DivClassName
 {
   background-color: #BF47B8;
 }
 .BgClassName
 {
   background-color: #BF47B8;
 }
</style>
border-color css

<style>
 span { border-color: #BF47B8; }

 span { border-color: rgb(191,71,184); }

 td.TdClassName
 {
   border-color: #BF47B8;
 }
 .TagClassName
 {
   border-color: #BF47B8;
 }
</style>