#BB0AB9

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

Shades of Deep Magenta #BB0AB9

Tints of Deep Magenta #BB0AB9

Color information

#BB0AB9 (or 0xBB0AB9) is unknown color: approx Deep Magenta. HEX triplet: BB, 0A and B9. RGB value is (187,10,185). Sum of RGB (Red+Green+Blue) = 187+10+185=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0AB9 is #44F546. Grayscale: #525252. Windows color (decimal): -4519239 or 12126907. OLE color: 12126907.

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

Color convert

RGB18710185-
CMYK00.950.010.27
HSL300.68º89.85%38.63%-
HSV(B)300.68º94.65%73.33%-
XYZ29.3614.2847.11-
YUV82.87185.64202.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 10 (4.30% from 255) = 2.62%
BLUE value IS 185 (72.66% from 255) = 48.43%
R=48.95%
G=2.62%
B=48.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871018500.950.010.27300.6889.8538.63
HexBBAB905F11B12d5a27
Octal27312271013713345513247
Binary10111011101010111001010111111110111001011011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0AB9; }

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

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

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

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

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

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

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

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