#BB02AA

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

Shades of Deep Magenta #BB02AA

Tints of Deep Magenta #BB02AA

Color information

#BB02AA (or 0xBB02AA) is unknown color: approx Deep Magenta. HEX triplet: BB, 02 and AA. RGB value is (187,2,170). Sum of RGB (Red+Green+Blue) = 187+2+170=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB02AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB02AA is #44FD55. Grayscale: #4B4B4B. Windows color (decimal): -4521302 or 11141819. OLE color: 11141819.

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

Color convert

RGB1872170-
CMYK00.990.090.27
HSL305.51º97.88%37.06%-
HSV(B)305.51º98.93%73.33%-
XYZ27.7713.5139.17-
YUV76.47180.79206.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.09%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 170 (66.80% from 255) = 47.35%
R=52.09%
G=0.56%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187217000.990.090.27305.5197.8837.06
HexBB2AA06391B1326225
Octal27322520143113346214245
Binary101110111010101010011000111001110111001100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB02AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB02AA; }

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

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

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

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

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

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

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

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