Shades of Deep Magenta #B90CD9
Tints of Deep Magenta #B90CD9
RGB
CMYK
RGB Variations
Color information
#B90CD9 (or 0xB90CD9) is known color: Deep Magenta. HEX triplet: B9, 0C and D9. RGB value is (185,12,217). Sum of RGB (Red+Green+Blue) = 185+12+217=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 217 (85.16% from 255 or 52.42% from 414); Max value from RGB is 217 - color contains mainly: blue. Hex color #B90CD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90CD9 is #46F326. Grayscale: #565656. Windows color (decimal): -4649767 or 14224569. OLE color: 14224569.
HSL color Cylindrical-coordinate representation of color #B90CD9: hue angle of 290.63º degrees, saturation: 0.9, 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 #B90CD9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 12 | 217 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.15 |
| HSL | 290.63º | 0.9% | 0.45% | - |
| HSV(B) | 290.63º | 0.94% | 0.85% | - |
| XYZ | 32.66 | 15.59 | 66.93 | - |
| YUV | 87.1 | 201.31 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 217 | 0.15 | 0.94 | 0 | 0.15 | 290.63 | 0.9 | 0.45 |
| Hex | B9 | C | D9 | F | 5E | 0 | F | 123 | 5A | 2D |
| Octal | 271 | 14 | 331 | 17 | 136 | 0 | 17 | 443 | 132 | 55 |
| Binary | 10111001 | 1100 | 11011001 | 1111 | 1011110 | 0 | 1111 | 100100011 | 1011010 | 101101 |
Color Harmonies of #B90CD9
Complementary color
Monochromatic Colors of #B90CD9
Black with #B90CD9
Text Example
Text Example
White with #B90CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90CD9; }
p { color: rgb(185,12,217); }
H1.HeaderClassName
{
color: #B90CD9;
}
.AnyTagClassName
{
color: #B90CD9;
}
</style>
background-color css
<style>
a { background-color: #B90CD9; }
a { background-color: rgb(185,12,217); }
div.DivClassName
{
background-color: #B90CD9;
}
.BgClassName
{
background-color: #B90CD9;
}
</style>
border-color css
<style>
span { border-color: #B90CD9; }
span { border-color: rgb(185,12,217); }
td.TdClassName
{
border-color: #B90CD9;
}
.TagClassName
{
border-color: #B90CD9;
}
</style>