Shades of Deep Magenta #B819C0
Tints of Deep Magenta #B819C0
RGB
CMYK
RGB Variations
Color information
#B819C0 (or 0xB819C0) is known color: Deep Magenta. HEX triplet: B8, 19 and C0. RGB value is (184,25,192). Sum of RGB (Red+Green+Blue) = 184+25+192=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #B819C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819C0 is #47E63F. Grayscale: #5B5B5B. Windows color (decimal): -4712000 or 12589496. OLE color: 12589496.
HSL color Cylindrical-coordinate representation of color #B819C0: hue angle of 297.13º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B819C0 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 25 | 192 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.25 |
| HSL | 297.13º | 0.77% | 0.43% | - |
| HSV(B) | 297.13º | 0.87% | 0.75% | - |
| XYZ | 29.63 | 14.69 | 51.14 | - |
| YUV | 91.58 | 184.68 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 192 | 0.04 | 0.87 | 0 | 0.25 | 297.13 | 0.77 | 0.43 |
| Hex | B8 | 19 | C0 | 4 | 57 | 0 | 19 | 129 | 4D | 2B |
| Octal | 270 | 31 | 300 | 4 | 127 | 0 | 31 | 451 | 115 | 53 |
| Binary | 10111000 | 11001 | 11000000 | 100 | 1010111 | 0 | 11001 | 100101001 | 1001101 | 101011 |
Color Harmonies of #B819C0
Complementary color
Monochromatic Colors of #B819C0
Black with #B819C0
Text Example
Text Example
White with #B819C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819C0; }
p { color: rgb(184,25,192); }
H1.HeaderClassName
{
color: #B819C0;
}
.AnyTagClassName
{
color: #B819C0;
}
</style>
background-color css
<style>
a { background-color: #B819C0; }
a { background-color: rgb(184,25,192); }
div.DivClassName
{
background-color: #B819C0;
}
.BgClassName
{
background-color: #B819C0;
}
</style>
border-color css
<style>
span { border-color: #B819C0; }
span { border-color: rgb(184,25,192); }
td.TdClassName
{
border-color: #B819C0;
}
.TagClassName
{
border-color: #B819C0;
}
</style>