Shades of Deep Magenta #B90DD1
Tints of Deep Magenta #B90DD1
RGB
CMYK
RGB Variations
Color information
#B90DD1 (or 0xB90DD1) is known color: Deep Magenta. HEX triplet: B9, 0D and D1. RGB value is (185,13,209). Sum of RGB (Red+Green+Blue) = 185+13+209=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #B90DD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90DD1 is #46F22E. Grayscale: #565656. Windows color (decimal): -4649519 or 13700537. OLE color: 13700537.
HSL color Cylindrical-coordinate representation of color #B90DD1: hue angle of 292.65º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90DD1 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 13 | 209 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.18 |
| HSL | 292.65º | 0.88% | 0.44% | - |
| HSV(B) | 292.65º | 0.94% | 0.82% | - |
| XYZ | 31.66 | 15.21 | 61.59 | - |
| YUV | 86.77 | 196.98 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 13 | 209 | 0.11 | 0.94 | 0 | 0.18 | 292.65 | 0.88 | 0.44 |
| Hex | B9 | D | D1 | B | 5E | 0 | 12 | 125 | 58 | 2C |
| Octal | 271 | 15 | 321 | 13 | 136 | 0 | 22 | 445 | 130 | 54 |
| Binary | 10111001 | 1101 | 11010001 | 1011 | 1011110 | 0 | 10010 | 100100101 | 1011000 | 101100 |
Color Harmonies of #B90DD1
Complementary color
Monochromatic Colors of #B90DD1
Black with #B90DD1
Text Example
Text Example
White with #B90DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90DD1; }
p { color: rgb(185,13,209); }
H1.HeaderClassName
{
color: #B90DD1;
}
.AnyTagClassName
{
color: #B90DD1;
}
</style>
background-color css
<style>
a { background-color: #B90DD1; }
a { background-color: rgb(185,13,209); }
div.DivClassName
{
background-color: #B90DD1;
}
.BgClassName
{
background-color: #B90DD1;
}
</style>
border-color css
<style>
span { border-color: #B90DD1; }
span { border-color: rgb(185,13,209); }
td.TdClassName
{
border-color: #B90DD1;
}
.TagClassName
{
border-color: #B90DD1;
}
</style>