#BB5CA9

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

Shades of Fuchsia #BB5CA9

Tints of Fuchsia #BB5CA9

Color information

#BB5CA9 (or 0xBB5CA9) is unknown color: approx Fuchsia. HEX triplet: BB, 5C and A9. RGB value is (187,92,169). Sum of RGB (Red+Green+Blue) = 187+92+169=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CA9 is #44A356. Grayscale: #808080. Windows color (decimal): -4498263 or 11099323. OLE color: 11099323.

HSL color Cylindrical-coordinate representation of color #BB5CA9: hue angle of 311.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5CA9 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18792169-
CMYK00.510.100.27
HSL311.37º41.13%54.71%-
HSV(B)311.37º50.8%73.33%-
XYZ31.4821.0839.95-
YUV129.18150.47169.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 169 (66.41% from 255) = 37.72%
R=41.74%
G=20.54%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879216900.510.100.27311.3741.1354.71
HexBB5CA9033A1B1372937
Octal27313425106312334675167
Binary101110111011100101010010110011101011011100110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CA9; }

 p { color: rgb(187,92,169); }

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

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

 a { background-color: rgb(187,92,169); }

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

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

 span { border-color: rgb(187,92,169); }

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