Shades of Deep Magenta #B90EC8
Tints of Deep Magenta #B90EC8
RGB
CMYK
RGB Variations
Color information
#B90EC8 (or 0xB90EC8) is known color: Deep Magenta. HEX triplet: B9, 0E and C8. RGB value is (185,14,200). Sum of RGB (Red+Green+Blue) = 185+14+200=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 200 (78.52% from 255 or 50.13% from 399); Max value from RGB is 200 - color contains mainly: blue. Hex color #B90EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EC8 is #46F137. Grayscale: #555555. Windows color (decimal): -4649272 or 13110969. OLE color: 13110969.
HSL color Cylindrical-coordinate representation of color #B90EC8: hue angle of 295.16º 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 #B90EC8 is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 14 | 200 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.22 |
| HSL | 295.16º | 0.87% | 0.42% | - |
| HSV(B) | 295.16º | 0.93% | 0.78% | - |
| XYZ | 30.59 | 14.8 | 55.89 | - |
| YUV | 86.33 | 192.15 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 200 | 0.08 | 0.93 | 0 | 0.22 | 295.16 | 0.87 | 0.42 |
| Hex | B9 | E | C8 | 8 | 5D | 0 | 16 | 127 | 57 | 2A |
| Octal | 271 | 16 | 310 | 10 | 135 | 0 | 26 | 447 | 127 | 52 |
| Binary | 10111001 | 1110 | 11001000 | 1000 | 1011101 | 0 | 10110 | 100100111 | 1010111 | 101010 |
Color Harmonies of #B90EC8
Complementary color
Monochromatic Colors of #B90EC8
Black with #B90EC8
Text Example
Text Example
White with #B90EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90EC8; }
p { color: rgb(185,14,200); }
H1.HeaderClassName
{
color: #B90EC8;
}
.AnyTagClassName
{
color: #B90EC8;
}
</style>
background-color css
<style>
a { background-color: #B90EC8; }
a { background-color: rgb(185,14,200); }
div.DivClassName
{
background-color: #B90EC8;
}
.BgClassName
{
background-color: #B90EC8;
}
</style>
border-color css
<style>
span { border-color: #B90EC8; }
span { border-color: rgb(185,14,200); }
td.TdClassName
{
border-color: #B90EC8;
}
.TagClassName
{
border-color: #B90EC8;
}
</style>