#BB6BAC

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

Shades of Fuchsia #BB6BAC

Tints of Fuchsia #BB6BAC

Color information

#BB6BAC (or 0xBB6BAC) is unknown color: approx Fuchsia. HEX triplet: BB, 6B and AC. RGB value is (187,107,172). Sum of RGB (Red+Green+Blue) = 187+107+172=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6BAC is #449453. Grayscale: #8A8A8A. Windows color (decimal): -4494420 or 11299771. OLE color: 11299771.

HSL color Cylindrical-coordinate representation of color #BB6BAC: hue angle of 311.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6BAC is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB187107172-
CMYK00.430.080.27
HSL311.25º37.04%57.65%-
HSV(B)311.25º42.78%73.33%-
XYZ33.224.0641.92-
YUV138.33147162.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=40.13%
G=22.96%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710717200.430.080.27311.2537.0457.65
HexBB6BAC02B81B137253a
Octal27315325405310334674572
Binary101110111101011101011000101011100011011100110111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6BAC; }

 p { color: rgb(187,107,172); }

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

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

 a { background-color: rgb(187,107,172); }

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

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

 span { border-color: rgb(187,107,172); }

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