#BB0AB3

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

Shades of Deep Magenta #BB0AB3

Tints of Deep Magenta #BB0AB3

Color information

#BB0AB3 (or 0xBB0AB3) is unknown color: approx Deep Magenta. HEX triplet: BB, 0A and B3. RGB value is (187,10,179). Sum of RGB (Red+Green+Blue) = 187+10+179=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 10 (4.30% from 255 or 2.66% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0AB3 is #44F54C. Grayscale: #515151. Windows color (decimal): -4519245 or 11733691. OLE color: 11733691.

HSL color Cylindrical-coordinate representation of color #BB0AB3: hue angle of 302.71º 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 #BB0AB3 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB18710179-
CMYK00.950.040.27
HSL302.71º89.85%38.63%-
HSV(B)302.71º94.65%73.33%-
XYZ28.7414.0443.84-
YUV82.19182.64202.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 10 (4.30% from 255) = 2.66%
BLUE value IS 179 (70.31% from 255) = 47.61%
R=49.73%
G=2.66%
B=47.61%

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
Decimal1871017900.950.040.27302.7189.8538.63
HexBBAB305F41B12f5a27
Octal27312263013743345713247
Binary1011101110101011001101011111100110111001011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0AB3; }

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

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

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

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

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

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

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

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