#BB5CAA

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

Shades of Fuchsia #BB5CAA

Tints of Fuchsia #BB5CAA

Color information

#BB5CAA (or 0xBB5CAA) is unknown color: approx Fuchsia. HEX triplet: BB, 5C and AA. RGB value is (187,92,170). Sum of RGB (Red+Green+Blue) = 187+92+170=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5CAA is #44A355. Grayscale: #818181. Windows color (decimal): -4498262 or 11164859. OLE color: 11164859.

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

Color convert

RGB18792170-
CMYK00.510.090.27
HSL310.74º41.13%54.71%-
HSV(B)310.74º50.8%73.33%-
XYZ31.5821.1240.44-
YUV129.3150.97169.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=41.65%
G=20.49%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879217000.510.090.27310.7441.1354.71
HexBB5CAA03391B1372937
Octal27313425206311334675167
Binary101110111011100101010100110011100111011100110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5CAA; }

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

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

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

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

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

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

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

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