Shades of Deep Magenta #B911DD
Tints of Deep Magenta #B911DD
RGB
CMYK
RGB Variations
Color information
#B911DD (or 0xB911DD) is known color: Deep Magenta. HEX triplet: B9, 11 and DD. RGB value is (185,17,221). Sum of RGB (Red+Green+Blue) = 185+17+221=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #B911DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911DD is #46EE22. Grayscale: #595959. Windows color (decimal): -4648483 or 14487993. OLE color: 14487993.
HSL color Cylindrical-coordinate representation of color #B911DD: hue angle of 289.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B911DD is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 17 | 221 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.13 |
| HSL | 289.41º | 0.86% | 0.47% | - |
| HSV(B) | 289.41º | 0.92% | 0.87% | - |
| XYZ | 33.26 | 15.94 | 69.73 | - |
| YUV | 90.49 | 201.66 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 221 | 0.16 | 0.92 | 0 | 0.13 | 289.41 | 0.86 | 0.47 |
| Hex | B9 | 11 | DD | 10 | 5C | 0 | D | 121 | 56 | 2F |
| Octal | 271 | 21 | 335 | 20 | 134 | 0 | 15 | 441 | 126 | 57 |
| Binary | 10111001 | 10001 | 11011101 | 10000 | 1011100 | 0 | 1101 | 100100001 | 1010110 | 101111 |
Color Harmonies of #B911DD
Complementary color
Monochromatic Colors of #B911DD
Black with #B911DD
Text Example
Text Example
White with #B911DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B911DD; }
p { color: rgb(185,17,221); }
H1.HeaderClassName
{
color: #B911DD;
}
.AnyTagClassName
{
color: #B911DD;
}
</style>
background-color css
<style>
a { background-color: #B911DD; }
a { background-color: rgb(185,17,221); }
div.DivClassName
{
background-color: #B911DD;
}
.BgClassName
{
background-color: #B911DD;
}
</style>
border-color css
<style>
span { border-color: #B911DD; }
span { border-color: rgb(185,17,221); }
td.TdClassName
{
border-color: #B911DD;
}
.TagClassName
{
border-color: #B911DD;
}
</style>