#BB0BAB

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

Shades of Deep Magenta #BB0BAB

Tints of Deep Magenta #BB0BAB

Color information

#BB0BAB (or 0xBB0BAB) is unknown color: approx Deep Magenta. HEX triplet: BB, 0B and AB. RGB value is (187,11,171). Sum of RGB (Red+Green+Blue) = 187+11+171=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 11 (4.69% from 255 or 2.98% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BAB is #44F454. Grayscale: #515151. Windows color (decimal): -4518997 or 11209659. OLE color: 11209659.

HSL color Cylindrical-coordinate representation of color #BB0BAB: hue angle of 305.45º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BAB is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18711171-
CMYK00.940.090.27
HSL305.45º88.89%38.82%-
HSV(B)305.45º94.12%73.33%-
XYZ27.9613.7439.71-
YUV81.86178.31202.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 11 (4.69% from 255) = 2.98%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=50.68%
G=2.98%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871117100.940.090.27305.4588.8938.82
HexBBBAB05E91B1315927
Octal273132530136113346113147
Binary10111011101110101011010111101001110111001100011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0BAB; }

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

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

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

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

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

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

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

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