Shades of Deep Magenta #BB0BAE
Tints of Deep Magenta #BB0BAE
RGB
CMYK
RGB Variations
Color information
#BB0BAE (or 0xBB0BAE) is known color: Deep Magenta. HEX triplet: BB, 0B and AE. RGB value is (187,11,174). Sum of RGB (Red+Green+Blue) = 187+11+174=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BAE is #44F451. Grayscale: #515151. Windows color (decimal): -4518994 or 11406267. OLE color: 11406267.
HSL color Cylindrical-coordinate representation of color #BB0BAE: hue angle of 304.43º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0BAE is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.27 |
| HSL | 304.43º | 0.89% | 0.39% | - |
| HSV(B) | 304.43º | 0.94% | 0.73% | - |
| XYZ | 28.25 | 13.86 | 41.23 | - |
| YUV | 82.21 | 179.81 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 174 | 0 | 0.94 | 0.07 | 0.27 | 304.43 | 0.89 | 0.39 |
| Hex | BB | B | AE | 0 | 5E | 7 | 1B | 130 | 59 | 27 |
| Octal | 273 | 13 | 256 | 0 | 136 | 7 | 33 | 460 | 131 | 47 |
| Binary | 10111011 | 1011 | 10101110 | 0 | 1011110 | 111 | 11011 | 100110000 | 1011001 | 100111 |
Color Harmonies of #BB0BAE
Complementary color
Monochromatic Colors of #BB0BAE
Black with #BB0BAE
Text Example
Text Example
White with #BB0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BAE; }
p { color: rgb(187,11,174); }
H1.HeaderClassName
{
color: #BB0BAE;
}
.AnyTagClassName
{
color: #BB0BAE;
}
</style>
background-color css
<style>
a { background-color: #BB0BAE; }
a { background-color: rgb(187,11,174); }
div.DivClassName
{
background-color: #BB0BAE;
}
.BgClassName
{
background-color: #BB0BAE;
}
</style>
border-color css
<style>
span { border-color: #BB0BAE; }
span { border-color: rgb(187,11,174); }
td.TdClassName
{
border-color: #BB0BAE;
}
.TagClassName
{
border-color: #BB0BAE;
}
</style>