#BB6FBF

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

Shades of Fuchsia #BB6FBF

Tints of Fuchsia #BB6FBF

Color information

#BB6FBF (or 0xBB6FBF) is unknown color: approx Fuchsia. HEX triplet: BB, 6F and BF. RGB value is (187,111,191). Sum of RGB (Red+Green+Blue) = 187+111+191=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB6FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FBF is #449040. Grayscale: #8E8E8E. Windows color (decimal): -4493377 or 12545979. OLE color: 12545979.

HSL color Cylindrical-coordinate representation of color #BB6FBF: hue angle of 297º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6FBF is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187111191-
CMYK0.020.4200.25
HSL297º38.46%59.22%-
HSV(B)297º41.88%74.9%-
XYZ35.5825.752.37-
YUV142.84155.18159.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 191 (75% from 255) = 39.06%
R=38.24%
G=22.70%
B=39.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871111910.020.4200.2529738.4659.22
HexBB6FBF22A019129263b
Octal2731572772520314514673
Binary1011101111011111011111110101010011001100101001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FBF; }

 p { color: rgb(187,111,191); }

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

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

 a { background-color: rgb(187,111,191); }

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

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

 span { border-color: rgb(187,111,191); }

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