Shades of Deep Magenta #B910DD
Tints of Deep Magenta #B910DD
RGB
CMYK
RGB Variations
Color information
#B910DD (or 0xB910DD) is known color: Deep Magenta. HEX triplet: B9, 10 and DD. RGB value is (185,16,221). Sum of RGB (Red+Green+Blue) = 185+16+221=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #B910DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B910DD is #46EF22. Grayscale: #595959. Windows color (decimal): -4648739 or 14487737. OLE color: 14487737.
HSL color Cylindrical-coordinate representation of color #B910DD: hue angle of 289.46º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B910DD is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 16 | 221 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.13 |
| HSL | 289.46º | 0.86% | 0.46% | - |
| HSV(B) | 289.46º | 0.93% | 0.87% | - |
| XYZ | 33.24 | 15.91 | 69.72 | - |
| YUV | 89.9 | 201.99 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 221 | 0.16 | 0.93 | 0 | 0.13 | 289.46 | 0.86 | 0.46 |
| Hex | B9 | 10 | DD | 10 | 5D | 0 | D | 121 | 56 | 2E |
| Octal | 271 | 20 | 335 | 20 | 135 | 0 | 15 | 441 | 126 | 56 |
| Binary | 10111001 | 10000 | 11011101 | 10000 | 1011101 | 0 | 1101 | 100100001 | 1010110 | 101110 |
Color Harmonies of #B910DD
Complementary color
Monochromatic Colors of #B910DD
Black with #B910DD
Text Example
Text Example
White with #B910DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B910DD; }
p { color: rgb(185,16,221); }
H1.HeaderClassName
{
color: #B910DD;
}
.AnyTagClassName
{
color: #B910DD;
}
</style>
background-color css
<style>
a { background-color: #B910DD; }
a { background-color: rgb(185,16,221); }
div.DivClassName
{
background-color: #B910DD;
}
.BgClassName
{
background-color: #B910DD;
}
</style>
border-color css
<style>
span { border-color: #B910DD; }
span { border-color: rgb(185,16,221); }
td.TdClassName
{
border-color: #B910DD;
}
.TagClassName
{
border-color: #B910DD;
}
</style>