Shades of Deep Magenta #B819AF
Tints of Deep Magenta #B819AF
RGB
CMYK
RGB Variations
Color information
#B819AF (or 0xB819AF) is known color: Deep Magenta. HEX triplet: B8, 19 and AF. RGB value is (184,25,175). Sum of RGB (Red+Green+Blue) = 184+25+175=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B819AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B819AF is #47E650. Grayscale: #595959. Windows color (decimal): -4712017 or 11475384. OLE color: 11475384.
HSL color Cylindrical-coordinate representation of color #B819AF: hue angle of 303.4º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B819AF is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 175 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.28 |
| HSL | 303.4º | 0.76% | 0.41% | - |
| HSV(B) | 303.4º | 0.86% | 0.72% | - |
| XYZ | 27.85 | 13.98 | 41.79 | - |
| YUV | 89.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 175 | 0 | 0.86 | 0.05 | 0.28 | 303.4 | 0.76 | 0.41 |
| Hex | B8 | 19 | AF | 0 | 56 | 5 | 1C | 12F | 4C | 29 |
| Octal | 270 | 31 | 257 | 0 | 126 | 5 | 34 | 457 | 114 | 51 |
| Binary | 10111000 | 11001 | 10101111 | 0 | 1010110 | 101 | 11100 | 100101111 | 1001100 | 101001 |
Color Harmonies of #B819AF
Complementary color
Monochromatic Colors of #B819AF
Black with #B819AF
Text Example
Text Example
White with #B819AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819AF; }
p { color: rgb(184,25,175); }
H1.HeaderClassName
{
color: #B819AF;
}
.AnyTagClassName
{
color: #B819AF;
}
</style>
background-color css
<style>
a { background-color: #B819AF; }
a { background-color: rgb(184,25,175); }
div.DivClassName
{
background-color: #B819AF;
}
.BgClassName
{
background-color: #B819AF;
}
</style>
border-color css
<style>
span { border-color: #B819AF; }
span { border-color: rgb(184,25,175); }
td.TdClassName
{
border-color: #B819AF;
}
.TagClassName
{
border-color: #B819AF;
}
</style>