Shades of Deep Magenta #B819B1
Tints of Deep Magenta #B819B1
RGB
CMYK
RGB Variations
Color information
#B819B1 (or 0xB819B1) is known color: Deep Magenta. HEX triplet: B8, 19 and B1. RGB value is (184,25,177). Sum of RGB (Red+Green+Blue) = 184+25+177=386 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.67% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 184 - color contains mainly: red. Hex color #B819B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B819B1 is #47E64E. Grayscale: #595959. Windows color (decimal): -4712015 or 11606456. OLE color: 11606456.
HSL color Cylindrical-coordinate representation of color #B819B1: hue angle of 302.64º 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 #B819B1 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 177 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.28 |
| HSL | 302.64º | 0.76% | 0.41% | - |
| HSV(B) | 302.64º | 0.86% | 0.72% | - |
| XYZ | 28.05 | 14.06 | 42.83 | - |
| YUV | 89.87 | 177.18 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 177 | 0 | 0.86 | 0.04 | 0.28 | 302.64 | 0.76 | 0.41 |
| Hex | B8 | 19 | B1 | 0 | 56 | 4 | 1C | 12F | 4C | 29 |
| Octal | 270 | 31 | 261 | 0 | 126 | 4 | 34 | 457 | 114 | 51 |
| Binary | 10111000 | 11001 | 10110001 | 0 | 1010110 | 100 | 11100 | 100101111 | 1001100 | 101001 |
Color Harmonies of #B819B1
Complementary color
Monochromatic Colors of #B819B1
Black with #B819B1
Text Example
Text Example
White with #B819B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819B1; }
p { color: rgb(184,25,177); }
H1.HeaderClassName
{
color: #B819B1;
}
.AnyTagClassName
{
color: #B819B1;
}
</style>
background-color css
<style>
a { background-color: #B819B1; }
a { background-color: rgb(184,25,177); }
div.DivClassName
{
background-color: #B819B1;
}
.BgClassName
{
background-color: #B819B1;
}
</style>
border-color css
<style>
span { border-color: #B819B1; }
span { border-color: rgb(184,25,177); }
td.TdClassName
{
border-color: #B819B1;
}
.TagClassName
{
border-color: #B819B1;
}
</style>