Shades of Deep Magenta #BB13AF
Tints of Deep Magenta #BB13AF
RGB
CMYK
RGB Variations
Color information
#BB13AF (or 0xBB13AF) is known color: Deep Magenta. HEX triplet: BB, 13 and AF. RGB value is (187,19,175). Sum of RGB (Red+Green+Blue) = 187+19+175=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB13AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB13AF is #44EC50. Grayscale: #565656. Windows color (decimal): -4516945 or 11473851. OLE color: 11473851.
HSL color Cylindrical-coordinate representation of color #BB13AF: hue angle of 304.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB13AF is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 19 | 175 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.27 |
| HSL | 304.29º | 0.82% | 0.4% | - |
| HSV(B) | 304.29º | 0.9% | 0.73% | - |
| XYZ | 28.46 | 14.13 | 41.78 | - |
| YUV | 87.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 19 | 175 | 0 | 0.90 | 0.06 | 0.27 | 304.29 | 0.82 | 0.4 |
| Hex | BB | 13 | AF | 0 | 5A | 6 | 1B | 130 | 52 | 28 |
| Octal | 273 | 23 | 257 | 0 | 132 | 6 | 33 | 460 | 122 | 50 |
| Binary | 10111011 | 10011 | 10101111 | 0 | 1011010 | 110 | 11011 | 100110000 | 1010010 | 101000 |
Color Harmonies of #BB13AF
Complementary color
Monochromatic Colors of #BB13AF
Black with #BB13AF
Text Example
Text Example
White with #BB13AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB13AF; }
p { color: rgb(187,19,175); }
H1.HeaderClassName
{
color: #BB13AF;
}
.AnyTagClassName
{
color: #BB13AF;
}
</style>
background-color css
<style>
a { background-color: #BB13AF; }
a { background-color: rgb(187,19,175); }
div.DivClassName
{
background-color: #BB13AF;
}
.BgClassName
{
background-color: #BB13AF;
}
</style>
border-color css
<style>
span { border-color: #BB13AF; }
span { border-color: rgb(187,19,175); }
td.TdClassName
{
border-color: #BB13AF;
}
.TagClassName
{
border-color: #BB13AF;
}
</style>