Shades of Deep Magenta #BB0DAF
Tints of Deep Magenta #BB0DAF
RGB
CMYK
RGB Variations
Color information
#BB0DAF (or 0xBB0DAF) is known color: Deep Magenta. HEX triplet: BB, 0D and AF. RGB value is (187,13,175). Sum of RGB (Red+Green+Blue) = 187+13+175=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0DAF is #44F250. Grayscale: #535353. Windows color (decimal): -4518481 or 11472315. OLE color: 11472315.
HSL color Cylindrical-coordinate representation of color #BB0DAF: hue angle of 304.14º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0DAF is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 13 | 175 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.27 |
| HSL | 304.14º | 0.87% | 0.39% | - |
| HSV(B) | 304.14º | 0.93% | 0.73% | - |
| XYZ | 28.38 | 13.95 | 41.75 | - |
| YUV | 83.49 | 179.65 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 175 | 0 | 0.93 | 0.06 | 0.27 | 304.14 | 0.87 | 0.39 |
| Hex | BB | D | AF | 0 | 5D | 6 | 1B | 130 | 57 | 27 |
| Octal | 273 | 15 | 257 | 0 | 135 | 6 | 33 | 460 | 127 | 47 |
| Binary | 10111011 | 1101 | 10101111 | 0 | 1011101 | 110 | 11011 | 100110000 | 1010111 | 100111 |
Color Harmonies of #BB0DAF
Complementary color
Monochromatic Colors of #BB0DAF
Black with #BB0DAF
Text Example
Text Example
White with #BB0DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DAF; }
p { color: rgb(187,13,175); }
H1.HeaderClassName
{
color: #BB0DAF;
}
.AnyTagClassName
{
color: #BB0DAF;
}
</style>
background-color css
<style>
a { background-color: #BB0DAF; }
a { background-color: rgb(187,13,175); }
div.DivClassName
{
background-color: #BB0DAF;
}
.BgClassName
{
background-color: #BB0DAF;
}
</style>
border-color css
<style>
span { border-color: #BB0DAF; }
span { border-color: rgb(187,13,175); }
td.TdClassName
{
border-color: #BB0DAF;
}
.TagClassName
{
border-color: #BB0DAF;
}
</style>