Shades of Deep Magenta #B919DB
Tints of Deep Magenta #B919DB
RGB
CMYK
RGB Variations
Color information
#B919DB (or 0xB919DB) is known color: Deep Magenta. HEX triplet: B9, 19 and DB. RGB value is (185,25,219). Sum of RGB (Red+Green+Blue) = 185+25+219=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #B919DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919DB is #46E624. Grayscale: #5E5E5E. Windows color (decimal): -4646437 or 14358969. OLE color: 14358969.
HSL color Cylindrical-coordinate representation of color #B919DB: hue angle of 289.48º 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 #B919DB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 25 | 219 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.14 |
| HSL | 289.48º | 0.8% | 0.48% | - |
| HSV(B) | 289.48º | 0.89% | 0.86% | - |
| XYZ | 33.14 | 16.12 | 68.38 | - |
| YUV | 94.96 | 198.01 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 219 | 0.16 | 0.89 | 0 | 0.14 | 289.48 | 0.8 | 0.48 |
| Hex | B9 | 19 | DB | 10 | 59 | 0 | E | 121 | 50 | 30 |
| Octal | 271 | 31 | 333 | 20 | 131 | 0 | 16 | 441 | 120 | 60 |
| Binary | 10111001 | 11001 | 11011011 | 10000 | 1011001 | 0 | 1110 | 100100001 | 1010000 | 110000 |
Color Harmonies of #B919DB
Complementary color
Monochromatic Colors of #B919DB
Black with #B919DB
Text Example
Text Example
White with #B919DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919DB; }
p { color: rgb(185,25,219); }
H1.HeaderClassName
{
color: #B919DB;
}
.AnyTagClassName
{
color: #B919DB;
}
</style>
background-color css
<style>
a { background-color: #B919DB; }
a { background-color: rgb(185,25,219); }
div.DivClassName
{
background-color: #B919DB;
}
.BgClassName
{
background-color: #B919DB;
}
</style>
border-color css
<style>
span { border-color: #B919DB; }
span { border-color: rgb(185,25,219); }
td.TdClassName
{
border-color: #B919DB;
}
.TagClassName
{
border-color: #B919DB;
}
</style>