Shades of Deep Magenta #B919D9
Tints of Deep Magenta #B919D9
RGB
CMYK
RGB Variations
Color information
#B919D9 (or 0xB919D9) is known color: Deep Magenta. HEX triplet: B9, 19 and D9. RGB value is (185,25,217). Sum of RGB (Red+Green+Blue) = 185+25+217=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #B919D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919D9 is #46E626. Grayscale: #5E5E5E. Windows color (decimal): -4646439 or 14227897. OLE color: 14227897.
HSL color Cylindrical-coordinate representation of color #B919D9: hue angle of 290º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B919D9 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 25 | 217 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.15 |
| HSL | 290º | 0.79% | 0.47% | - |
| HSV(B) | 290º | 0.88% | 0.85% | - |
| XYZ | 32.88 | 16.02 | 67 | - |
| YUV | 94.73 | 197.01 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 217 | 0.15 | 0.88 | 0 | 0.15 | 290 | 0.79 | 0.47 |
| Hex | B9 | 19 | D9 | F | 58 | 0 | F | 122 | 4F | 2F |
| Octal | 271 | 31 | 331 | 17 | 130 | 0 | 17 | 442 | 117 | 57 |
| Binary | 10111001 | 11001 | 11011001 | 1111 | 1011000 | 0 | 1111 | 100100010 | 1001111 | 101111 |
Color Harmonies of #B919D9
Complementary color
Monochromatic Colors of #B919D9
Black with #B919D9
Text Example
Text Example
White with #B919D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B919D9; }
p { color: rgb(185,25,217); }
H1.HeaderClassName
{
color: #B919D9;
}
.AnyTagClassName
{
color: #B919D9;
}
</style>
background-color css
<style>
a { background-color: #B919D9; }
a { background-color: rgb(185,25,217); }
div.DivClassName
{
background-color: #B919D9;
}
.BgClassName
{
background-color: #B919D9;
}
</style>
border-color css
<style>
span { border-color: #B919D9; }
span { border-color: rgb(185,25,217); }
td.TdClassName
{
border-color: #B919D9;
}
.TagClassName
{
border-color: #B919D9;
}
</style>