#BB0AB4

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

Shades of Deep Magenta #BB0AB4

Tints of Deep Magenta #BB0AB4

Color information

#BB0AB4 (or 0xBB0AB4) is unknown color: approx Deep Magenta. HEX triplet: BB, 0A and B4. RGB value is (187,10,180). Sum of RGB (Red+Green+Blue) = 187+10+180=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 10 (4.30% from 255 or 2.65% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0AB4 is #44F54B. Grayscale: #515151. Windows color (decimal): -4519244 or 11799227. OLE color: 11799227.

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

Color convert

RGB18710180-
CMYK00.950.040.27
HSL302.37º89.85%38.63%-
HSV(B)302.37º94.65%73.33%-
XYZ28.8414.0844.38-
YUV82.3183.14202.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 10 (4.30% from 255) = 2.65%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=49.60%
G=2.65%
B=47.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871018000.950.040.27302.3789.8538.63
HexBBAB405F41B12e5a27
Octal27312264013743345613247
Binary1011101110101011010001011111100110111001011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0AB4; }

 p { color: rgb(187,10,180); }

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

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

 a { background-color: rgb(187,10,180); }

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

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

 span { border-color: rgb(187,10,180); }

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