Shades of Deep Magenta #B719DB
Tints of Deep Magenta #B719DB
RGB
CMYK
RGB Variations
Color information
#B719DB (or 0xB719DB) is known color: Deep Magenta. HEX triplet: B7, 19 and DB. RGB value is (183,25,219). Sum of RGB (Red+Green+Blue) = 183+25+219=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #B719DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719DB is #48E624. Grayscale: #5D5D5D. Windows color (decimal): -4777509 or 14358967. OLE color: 14358967.
HSL color Cylindrical-coordinate representation of color #B719DB: hue angle of 288.87º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B719DB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 25 | 219 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.14 |
| HSL | 288.87º | 0.8% | 0.48% | - |
| HSV(B) | 288.87º | 0.89% | 0.86% | - |
| XYZ | 32.66 | 15.88 | 68.36 | - |
| YUV | 94.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 25 | 219 | 0.16 | 0.89 | 0 | 0.14 | 288.87 | 0.8 | 0.48 |
| Hex | B7 | 19 | DB | 10 | 59 | 0 | E | 121 | 50 | 30 |
| Octal | 267 | 31 | 333 | 20 | 131 | 0 | 16 | 441 | 120 | 60 |
| Binary | 10110111 | 11001 | 11011011 | 10000 | 1011001 | 0 | 1110 | 100100001 | 1010000 | 110000 |
Color Harmonies of #B719DB
Complementary color
Monochromatic Colors of #B719DB
Black with #B719DB
Text Example
Text Example
White with #B719DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B719DB; }
p { color: rgb(183,25,219); }
H1.HeaderClassName
{
color: #B719DB;
}
.AnyTagClassName
{
color: #B719DB;
}
</style>
background-color css
<style>
a { background-color: #B719DB; }
a { background-color: rgb(183,25,219); }
div.DivClassName
{
background-color: #B719DB;
}
.BgClassName
{
background-color: #B719DB;
}
</style>
border-color css
<style>
span { border-color: #B719DB; }
span { border-color: rgb(183,25,219); }
td.TdClassName
{
border-color: #B719DB;
}
.TagClassName
{
border-color: #B719DB;
}
</style>