#BB11AA

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

Shades of Deep Magenta #BB11AA

Tints of Deep Magenta #BB11AA

Color information

#BB11AA (or 0xBB11AA) is unknown color: approx Deep Magenta. HEX triplet: BB, 11 and AA. RGB value is (187,17,170). Sum of RGB (Red+Green+Blue) = 187+17+170=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB11AA is #44EE55. Grayscale: #545454. Windows color (decimal): -4517462 or 11145659. OLE color: 11145659.

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

Color convert

RGB18717170-
CMYK00.910.090.27
HSL306º83.33%40%-
HSV(B)306º90.91%73.33%-
XYZ27.9513.8739.23-
YUV85.27175.82200.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 4.55%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=50%
G=4.55%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871717000.910.090.2730683.3340
HexBB11AA05B91B1325328
Octal273212520133113346212350
Binary101110111000110101010010110111001110111001100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB11AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB11AA; }

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

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

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

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

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

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

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

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