Shades of Deep Magenta #B813AB
Tints of Deep Magenta #B813AB
RGB
CMYK
RGB Variations
Color information
#B813AB (or 0xB813AB) is known color: Deep Magenta. HEX triplet: B8, 13 and AB. RGB value is (184,19,171). Sum of RGB (Red+Green+Blue) = 184+19+171=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B813AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B813AB is #47EC54. Grayscale: #555555. Windows color (decimal): -4713557 or 11211704. OLE color: 11211704.
HSL color Cylindrical-coordinate representation of color #B813AB: hue angle of 304.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B813AB is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 171 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.28 |
| HSL | 304.73º | 0.81% | 0.4% | - |
| HSV(B) | 304.73º | 0.9% | 0.72% | - |
| XYZ | 27.35 | 13.6 | 39.71 | - |
| YUV | 85.66 | 176.16 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 171 | 0 | 0.90 | 0.07 | 0.28 | 304.73 | 0.81 | 0.4 |
| Hex | B8 | 13 | AB | 0 | 5A | 7 | 1C | 131 | 51 | 28 |
| Octal | 270 | 23 | 253 | 0 | 132 | 7 | 34 | 461 | 121 | 50 |
| Binary | 10111000 | 10011 | 10101011 | 0 | 1011010 | 111 | 11100 | 100110001 | 1010001 | 101000 |
Color Harmonies of #B813AB
Complementary color
Monochromatic Colors of #B813AB
Black with #B813AB
Text Example
Text Example
White with #B813AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B813AB; }
p { color: rgb(184,19,171); }
H1.HeaderClassName
{
color: #B813AB;
}
.AnyTagClassName
{
color: #B813AB;
}
</style>
background-color css
<style>
a { background-color: #B813AB; }
a { background-color: rgb(184,19,171); }
div.DivClassName
{
background-color: #B813AB;
}
.BgClassName
{
background-color: #B813AB;
}
</style>
border-color css
<style>
span { border-color: #B813AB; }
span { border-color: rgb(184,19,171); }
td.TdClassName
{
border-color: #B813AB;
}
.TagClassName
{
border-color: #B813AB;
}
</style>