Shades of Deep Magenta #B917DB
Tints of Deep Magenta #B917DB
RGB
CMYK
RGB Variations
Color information
#B917DB (or 0xB917DB) is known color: Deep Magenta. HEX triplet: B9, 17 and DB. RGB value is (185,23,219). Sum of RGB (Red+Green+Blue) = 185+23+219=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 23 (9.38% from 255 or 5.39% 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 #B917DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917DB is #46E824. Grayscale: #5D5D5D. Windows color (decimal): -4646949 or 14358457. OLE color: 14358457.
HSL color Cylindrical-coordinate representation of color #B917DB: hue angle of 289.59º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B917DB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 23 | 219 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.14 |
| HSL | 289.59º | 0.81% | 0.47% | - |
| HSV(B) | 289.59º | 0.89% | 0.86% | - |
| XYZ | 33.1 | 16.04 | 68.37 | - |
| YUV | 93.78 | 198.67 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 219 | 0.16 | 0.89 | 0 | 0.14 | 289.59 | 0.81 | 0.47 |
| Hex | B9 | 17 | DB | 10 | 59 | 0 | E | 122 | 51 | 2F |
| Octal | 271 | 27 | 333 | 20 | 131 | 0 | 16 | 442 | 121 | 57 |
| Binary | 10111001 | 10111 | 11011011 | 10000 | 1011001 | 0 | 1110 | 100100010 | 1010001 | 101111 |
Color Harmonies of #B917DB
Complementary color
Monochromatic Colors of #B917DB
Black with #B917DB
Text Example
Text Example
White with #B917DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917DB; }
p { color: rgb(185,23,219); }
H1.HeaderClassName
{
color: #B917DB;
}
.AnyTagClassName
{
color: #B917DB;
}
</style>
background-color css
<style>
a { background-color: #B917DB; }
a { background-color: rgb(185,23,219); }
div.DivClassName
{
background-color: #B917DB;
}
.BgClassName
{
background-color: #B917DB;
}
</style>
border-color css
<style>
span { border-color: #B917DB; }
span { border-color: rgb(185,23,219); }
td.TdClassName
{
border-color: #B917DB;
}
.TagClassName
{
border-color: #B917DB;
}
</style>