#BB6CAE

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

Shades of Fuchsia #BB6CAE

Tints of Fuchsia #BB6CAE

Color information

#BB6CAE (or 0xBB6CAE) is unknown color: approx Fuchsia. HEX triplet: BB, 6C and AE. RGB value is (187,108,174). Sum of RGB (Red+Green+Blue) = 187+108+174=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6CAE is #449351. Grayscale: #8A8A8A. Windows color (decimal): -4494162 or 11431099. OLE color: 11431099.

HSL color Cylindrical-coordinate representation of color #BB6CAE: hue angle of 309.87º 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 #BB6CAE is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187108174-
CMYK00.420.070.27
HSL309.87º36.74%57.84%-
HSV(B)309.87º42.25%73.33%-
XYZ33.524.3542.98-
YUV139.15147.67162.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 108 (42.58% from 255) = 23.03%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=39.87%
G=23.03%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710817400.420.070.27309.8736.7457.84
HexBB6CAE02A71B136253a
Octal2731542560527334664572
Binary10111011110110010101110010101011111011100110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6CAE; }

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

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

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

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

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

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

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

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