#BB6CAC

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

Shades of Fuchsia #BB6CAC

Tints of Fuchsia #BB6CAC

Color information

#BB6CAC (or 0xBB6CAC) is unknown color: approx Fuchsia. HEX triplet: BB, 6C and AC. RGB value is (187,108,172). Sum of RGB (Red+Green+Blue) = 187+108+172=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CAC is #449353. Grayscale: #8A8A8A. Windows color (decimal): -4494164 or 11300027. OLE color: 11300027.

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

Color convert

RGB187108172-
CMYK00.420.080.27
HSL311.39º36.74%57.84%-
HSV(B)311.39º42.25%73.33%-
XYZ33.324.2741.96-
YUV138.92146.67162.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.04%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=40.04%
G=23.13%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710817200.420.080.27311.3936.7457.84
HexBB6CAC02A81B137253a
Octal27315425405210334674572
Binary101110111101100101011000101010100011011100110111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6CAC; }

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

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

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

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

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

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

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

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