#BB6FBC

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

Shades of Fuchsia #BB6FBC

Tints of Fuchsia #BB6FBC

Color information

#BB6FBC (or 0xBB6FBC) is unknown color: approx Fuchsia. HEX triplet: BB, 6F and BC. RGB value is (187,111,188). Sum of RGB (Red+Green+Blue) = 187+111+188=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB6FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB6FBC is #449043. Grayscale: #8E8E8E. Windows color (decimal): -4493380 or 12349371. OLE color: 12349371.

HSL color Cylindrical-coordinate representation of color #BB6FBC: hue angle of 299.22º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB6FBC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187111188-
CMYK0.010.4100.26
HSL299.22º36.49%58.63%-
HSV(B)299.22º40.96%73.73%-
XYZ35.2625.5650.65-
YUV142.5153.68159.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.48%
GREEN value IS 111 (43.75% from 255) = 22.84%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=38.48%
G=22.84%
B=38.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871111880.010.4100.26299.2236.4958.63
HexBB6FBC12901A12b243b
Octal2731572741510324534473
Binary101110111101111101111001101001011010100101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6FBC; }

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

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

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

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

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

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

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

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