#BF6BB9

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

Shades of Fuchsia #BF6BB9

Tints of Fuchsia #BF6BB9

Color information

#BF6BB9 (or 0xBF6BB9) is unknown color: approx Fuchsia. HEX triplet: BF, 6B and B9. RGB value is (191,107,185). Sum of RGB (Red+Green+Blue) = 191+107+185=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BB9 is #409446. Grayscale: #8C8C8C. Windows color (decimal): -4232263 or 12151743. OLE color: 12151743.

HSL color Cylindrical-coordinate representation of color #BF6BB9: hue angle of 304.29º 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 #BF6BB9 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB191107185-
CMYK00.440.030.25
HSL304.29º39.62%58.43%-
HSV(B)304.29º43.98%74.9%-
XYZ35.525.0948.87-
YUV141.01152.83163.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 107 (42.19% from 255) = 22.15%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=39.54%
G=22.15%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110718500.440.030.25304.2939.6258.43
HexBF6BB902C319130283a
Octal2771532710543314605072
Binary1011111111010111011100101011001111001100110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BB9; }

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

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

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

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

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

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

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

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