Shades of Deep Magenta #B819B0
Tints of Deep Magenta #B819B0
RGB
CMYK
RGB Variations
Color information
#B819B0 (or 0xB819B0) is known color: Deep Magenta. HEX triplet: B8, 19 and B0. RGB value is (184,25,176). Sum of RGB (Red+Green+Blue) = 184+25+176=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B819B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B819B0 is #47E64F. Grayscale: #595959. Windows color (decimal): -4712016 or 11540920. OLE color: 11540920.
HSL color Cylindrical-coordinate representation of color #B819B0: hue angle of 303.02º 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 #B819B0 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 176 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.28 |
| HSL | 303.02º | 0.76% | 0.41% | - |
| HSV(B) | 303.02º | 0.86% | 0.72% | - |
| XYZ | 27.95 | 14.02 | 42.31 | - |
| YUV | 89.76 | 176.68 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 176 | 0 | 0.86 | 0.04 | 0.28 | 303.02 | 0.76 | 0.41 |
| Hex | B8 | 19 | B0 | 0 | 56 | 4 | 1C | 12F | 4C | 29 |
| Octal | 270 | 31 | 260 | 0 | 126 | 4 | 34 | 457 | 114 | 51 |
| Binary | 10111000 | 11001 | 10110000 | 0 | 1010110 | 100 | 11100 | 100101111 | 1001100 | 101001 |
Color Harmonies of #B819B0
Complementary color
Monochromatic Colors of #B819B0
Black with #B819B0
Text Example
Text Example
White with #B819B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819B0; }
p { color: rgb(184,25,176); }
H1.HeaderClassName
{
color: #B819B0;
}
.AnyTagClassName
{
color: #B819B0;
}
</style>
background-color css
<style>
a { background-color: #B819B0; }
a { background-color: rgb(184,25,176); }
div.DivClassName
{
background-color: #B819B0;
}
.BgClassName
{
background-color: #B819B0;
}
</style>
border-color css
<style>
span { border-color: #B819B0; }
span { border-color: rgb(184,25,176); }
td.TdClassName
{
border-color: #B819B0;
}
.TagClassName
{
border-color: #B819B0;
}
</style>