Shades of Deep Magenta #B90DD9
Tints of Deep Magenta #B90DD9
RGB
CMYK
RGB Variations
Color information
#B90DD9 (or 0xB90DD9) is known color: Deep Magenta. HEX triplet: B9, 0D and D9. RGB value is (185,13,217). Sum of RGB (Red+Green+Blue) = 185+13+217=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 217 (85.16% from 255 or 52.29% from 415); Max value from RGB is 217 - color contains mainly: blue. Hex color #B90DD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DD9 is #46F226. Grayscale: #575757. Windows color (decimal): -4649511 or 14224825. OLE color: 14224825.
HSL color Cylindrical-coordinate representation of color #B90DD9: hue angle of 290.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90DD9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 13 | 217 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.15 |
| HSL | 290.59º | 0.89% | 0.45% | - |
| HSV(B) | 290.59º | 0.94% | 0.85% | - |
| XYZ | 32.68 | 15.61 | 66.94 | - |
| YUV | 87.68 | 200.98 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 217 | 0.15 | 0.94 | 0 | 0.15 | 290.59 | 0.89 | 0.45 |
| Hex | B9 | D | D9 | F | 5E | 0 | F | 123 | 59 | 2D |
| Octal | 271 | 15 | 331 | 17 | 136 | 0 | 17 | 443 | 131 | 55 |
| Binary | 10111001 | 1101 | 11011001 | 1111 | 1011110 | 0 | 1111 | 100100011 | 1011001 | 101101 |
Color Harmonies of #B90DD9
Complementary color
Monochromatic Colors of #B90DD9
Black with #B90DD9
Text Example
Text Example
White with #B90DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DD9; }
p { color: rgb(185,13,217); }
H1.HeaderClassName
{
color: #B90DD9;
}
.AnyTagClassName
{
color: #B90DD9;
}
</style>
background-color css
<style>
a { background-color: #B90DD9; }
a { background-color: rgb(185,13,217); }
div.DivClassName
{
background-color: #B90DD9;
}
.BgClassName
{
background-color: #B90DD9;
}
</style>
border-color css
<style>
span { border-color: #B90DD9; }
span { border-color: rgb(185,13,217); }
td.TdClassName
{
border-color: #B90DD9;
}
.TagClassName
{
border-color: #B90DD9;
}
</style>