Shades of Deep Magenta #B819DF
Tints of Deep Magenta #B819DF
RGB
CMYK
RGB Variations
Color information
#B819DF (or 0xB819DF) is known color: Deep Magenta. HEX triplet: B8, 19 and DF. RGB value is (184,25,223). Sum of RGB (Red+Green+Blue) = 184+25+223=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #B819DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819DF is #47E620. Grayscale: #5E5E5E. Windows color (decimal): -4711969 or 14621112. OLE color: 14621112.
HSL color Cylindrical-coordinate representation of color #B819DF: hue angle of 288.18º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B819DF is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 25 | 223 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.13 |
| HSL | 288.18º | 0.8% | 0.49% | - |
| HSV(B) | 288.18º | 0.89% | 0.87% | - |
| XYZ | 33.43 | 16.21 | 71.18 | - |
| YUV | 95.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 223 | 0.17 | 0.89 | 0 | 0.13 | 288.18 | 0.8 | 0.49 |
| Hex | B8 | 19 | DF | 11 | 59 | 0 | D | 120 | 50 | 31 |
| Octal | 270 | 31 | 337 | 21 | 131 | 0 | 15 | 440 | 120 | 61 |
| Binary | 10111000 | 11001 | 11011111 | 10001 | 1011001 | 0 | 1101 | 100100000 | 1010000 | 110001 |
Color Harmonies of #B819DF
Complementary color
Monochromatic Colors of #B819DF
Black with #B819DF
Text Example
Text Example
White with #B819DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B819DF; }
p { color: rgb(184,25,223); }
H1.HeaderClassName
{
color: #B819DF;
}
.AnyTagClassName
{
color: #B819DF;
}
</style>
background-color css
<style>
a { background-color: #B819DF; }
a { background-color: rgb(184,25,223); }
div.DivClassName
{
background-color: #B819DF;
}
.BgClassName
{
background-color: #B819DF;
}
</style>
border-color css
<style>
span { border-color: #B819DF; }
span { border-color: rgb(184,25,223); }
td.TdClassName
{
border-color: #B819DF;
}
.TagClassName
{
border-color: #B819DF;
}
</style>