#BF6BB8

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

Shades of Fuchsia #BF6BB8

Tints of Fuchsia #BF6BB8

Color information

#BF6BB8 (or 0xBF6BB8) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and B8. RGB value is (191,107,184). Sum of RGB (Red+Green+Blue) = 191+107+184=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BB8 is #409447. Grayscale: #8C8C8C. Windows color (decimal): -4232264 or 12086207. OLE color: 12086207.

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

Color convert

RGB191107184-
CMYK00.440.040.25
HSL305º39.62%58.43%-
HSV(B)305º43.98%74.9%-
XYZ35.425.0548.32-
YUV140.89152.33163.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 107 (42.19% from 255) = 22.20%
BLUE value IS 184 (72.27% from 255) = 38.17%
R=39.63%
G=22.20%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110718400.440.040.2530539.6258.43
HexBF6BB802C419131283a
Octal2771532700544314615072
Binary10111111110101110111000010110010011001100110001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BB8; }

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

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

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

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

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

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

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

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