#BB12AA

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

Shades of Deep Magenta #BB12AA

Tints of Deep Magenta #BB12AA

Color information

#BB12AA (or 0xBB12AA) is unknown color: approx Deep Magenta. HEX triplet: BB, 12 and AA. RGB value is (187,18,170). Sum of RGB (Red+Green+Blue) = 187+18+170=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB12AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB12AA is #44ED55. Grayscale: #555555. Windows color (decimal): -4517206 or 11145915. OLE color: 11145915.

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

Color convert

RGB18718170-
CMYK00.900.090.27
HSL306.04º82.44%40.2%-
HSV(B)306.04º90.37%73.33%-
XYZ27.9713.939.24-
YUV85.86175.49200.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=49.87%
G=4.8%
B=45.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871817000.900.090.27306.0482.4440.2
HexBB12AA05A91B1325228
Octal273222520132113346212250
Binary101110111001010101010010110101001110111001100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB12AA; }

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

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

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

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

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

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

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

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