Shades of Deep Magenta #B90EC7
Tints of Deep Magenta #B90EC7
RGB
CMYK
RGB Variations
Color information
#B90EC7 (or 0xB90EC7) is known color: Deep Magenta. HEX triplet: B9, 0E and C7. RGB value is (185,14,199). Sum of RGB (Red+Green+Blue) = 185+14+199=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 14 (5.86% from 255 or 3.52% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #B90EC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EC7 is #46F138. Grayscale: #555555. Windows color (decimal): -4649273 or 13045433. OLE color: 13045433.
HSL color Cylindrical-coordinate representation of color #B90EC7: hue angle of 295.46º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90EC7 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 14 | 199 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.22 |
| HSL | 295.46º | 0.87% | 0.42% | - |
| HSV(B) | 295.46º | 0.93% | 0.78% | - |
| XYZ | 30.47 | 14.75 | 55.27 | - |
| YUV | 86.22 | 191.65 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 199 | 0.07 | 0.93 | 0 | 0.22 | 295.46 | 0.87 | 0.42 |
| Hex | B9 | E | C7 | 7 | 5D | 0 | 16 | 127 | 57 | 2A |
| Octal | 271 | 16 | 307 | 7 | 135 | 0 | 26 | 447 | 127 | 52 |
| Binary | 10111001 | 1110 | 11000111 | 111 | 1011101 | 0 | 10110 | 100100111 | 1010111 | 101010 |
Color Harmonies of #B90EC7
Complementary color
Monochromatic Colors of #B90EC7
Black with #B90EC7
Text Example
Text Example
White with #B90EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90EC7; }
p { color: rgb(185,14,199); }
H1.HeaderClassName
{
color: #B90EC7;
}
.AnyTagClassName
{
color: #B90EC7;
}
</style>
background-color css
<style>
a { background-color: #B90EC7; }
a { background-color: rgb(185,14,199); }
div.DivClassName
{
background-color: #B90EC7;
}
.BgClassName
{
background-color: #B90EC7;
}
</style>
border-color css
<style>
span { border-color: #B90EC7; }
span { border-color: rgb(185,14,199); }
td.TdClassName
{
border-color: #B90EC7;
}
.TagClassName
{
border-color: #B90EC7;
}
</style>