Shades of Deep Magenta #B90ED5
Tints of Deep Magenta #B90ED5
RGB
CMYK
RGB Variations
Color information
#B90ED5 (or 0xB90ED5) is known color: Deep Magenta. HEX triplet: B9, 0E and D5. RGB value is (185,14,213). Sum of RGB (Red+Green+Blue) = 185+14+213=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #B90ED5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ED5 is #46F12A. Grayscale: #575757. Windows color (decimal): -4649259 or 13962937. OLE color: 13962937.
HSL color Cylindrical-coordinate representation of color #B90ED5: hue angle of 291.56º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90ED5 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 14 | 213 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.16 |
| HSL | 291.56º | 0.88% | 0.45% | - |
| HSV(B) | 291.56º | 0.93% | 0.84% | - |
| XYZ | 32.17 | 15.43 | 64.23 | - |
| YUV | 87.82 | 198.65 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 213 | 0.13 | 0.93 | 0 | 0.16 | 291.56 | 0.88 | 0.45 |
| Hex | B9 | E | D5 | D | 5D | 0 | 10 | 124 | 58 | 2D |
| Octal | 271 | 16 | 325 | 15 | 135 | 0 | 20 | 444 | 130 | 55 |
| Binary | 10111001 | 1110 | 11010101 | 1101 | 1011101 | 0 | 10000 | 100100100 | 1011000 | 101101 |
Color Harmonies of #B90ED5
Complementary color
Monochromatic Colors of #B90ED5
Black with #B90ED5
Text Example
Text Example
White with #B90ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90ED5; }
p { color: rgb(185,14,213); }
H1.HeaderClassName
{
color: #B90ED5;
}
.AnyTagClassName
{
color: #B90ED5;
}
</style>
background-color css
<style>
a { background-color: #B90ED5; }
a { background-color: rgb(185,14,213); }
div.DivClassName
{
background-color: #B90ED5;
}
.BgClassName
{
background-color: #B90ED5;
}
</style>
border-color css
<style>
span { border-color: #B90ED5; }
span { border-color: rgb(185,14,213); }
td.TdClassName
{
border-color: #B90ED5;
}
.TagClassName
{
border-color: #B90ED5;
}
</style>