Shades of Deep Magenta #B914DD
Tints of Deep Magenta #B914DD
RGB
CMYK
RGB Variations
Color information
#B914DD (or 0xB914DD) is known color: Deep Magenta. HEX triplet: B9, 14 and DD. RGB value is (185,20,221). Sum of RGB (Red+Green+Blue) = 185+20+221=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #B914DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B914DD is #46EB22. Grayscale: #5B5B5B. Windows color (decimal): -4647715 or 14488761. OLE color: 14488761.
HSL color Cylindrical-coordinate representation of color #B914DD: hue angle of 289.25º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B914DD is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 20 | 221 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.13 |
| HSL | 289.25º | 0.83% | 0.47% | - |
| HSV(B) | 289.25º | 0.91% | 0.87% | - |
| XYZ | 33.31 | 16.04 | 69.75 | - |
| YUV | 92.25 | 200.66 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 221 | 0.16 | 0.91 | 0 | 0.13 | 289.25 | 0.83 | 0.47 |
| Hex | B9 | 14 | DD | 10 | 5B | 0 | D | 121 | 53 | 2F |
| Octal | 271 | 24 | 335 | 20 | 133 | 0 | 15 | 441 | 123 | 57 |
| Binary | 10111001 | 10100 | 11011101 | 10000 | 1011011 | 0 | 1101 | 100100001 | 1010011 | 101111 |
Color Harmonies of #B914DD
Complementary color
Monochromatic Colors of #B914DD
Black with #B914DD
Text Example
Text Example
White with #B914DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B914DD; }
p { color: rgb(185,20,221); }
H1.HeaderClassName
{
color: #B914DD;
}
.AnyTagClassName
{
color: #B914DD;
}
</style>
background-color css
<style>
a { background-color: #B914DD; }
a { background-color: rgb(185,20,221); }
div.DivClassName
{
background-color: #B914DD;
}
.BgClassName
{
background-color: #B914DD;
}
</style>
border-color css
<style>
span { border-color: #B914DD; }
span { border-color: rgb(185,20,221); }
td.TdClassName
{
border-color: #B914DD;
}
.TagClassName
{
border-color: #B914DD;
}
</style>