#BB5BAB

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

Shades of Fuchsia #BB5BAB

Tints of Fuchsia #BB5BAB

Color information

#BB5BAB (or 0xBB5BAB) is unknown color: approx Fuchsia. HEX triplet: BB, 5B and AB. RGB value is (187,91,171). Sum of RGB (Red+Green+Blue) = 187+91+171=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5BAB is #44A454. Grayscale: #808080. Windows color (decimal): -4498517 or 11230139. OLE color: 11230139.

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

Color convert

RGB18791171-
CMYK00.510.090.27
HSL310º41.38%54.51%-
HSV(B)310º51.34%73.33%-
XYZ31.5920.9940.91-
YUV128.82151.8169.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=41.65%
G=20.27%
B=38.08%

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
Decimal1879117100.510.090.2731041.3854.51
HexBB5BAB03391B1362937
Octal27313325306311334665167
Binary101110111011011101010110110011100111011100110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5BAB; }

 p { color: rgb(187,91,171); }

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

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

 a { background-color: rgb(187,91,171); }

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

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

 span { border-color: rgb(187,91,171); }

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