Shades of Deep Magenta #B90ECB
Tints of Deep Magenta #B90ECB
RGB
CMYK
RGB Variations
Color information
#B90ECB (or 0xB90ECB) is known color: Deep Magenta. HEX triplet: B9, 0E and CB. RGB value is (185,14,203). Sum of RGB (Red+Green+Blue) = 185+14+203=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #B90ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90ECB is #46F134. Grayscale: #565656. Windows color (decimal): -4649269 or 13307577. OLE color: 13307577.
HSL color Cylindrical-coordinate representation of color #B90ECB: hue angle of 294.29º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B90ECB is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 14 | 203 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.20 |
| HSL | 294.29º | 0.87% | 0.43% | - |
| HSV(B) | 294.29º | 0.93% | 0.8% | - |
| XYZ | 30.94 | 14.94 | 57.75 | - |
| YUV | 86.68 | 193.65 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 203 | 0.09 | 0.93 | 0 | 0.20 | 294.29 | 0.87 | 0.43 |
| Hex | B9 | E | CB | 9 | 5D | 0 | 14 | 126 | 57 | 2B |
| Octal | 271 | 16 | 313 | 11 | 135 | 0 | 24 | 446 | 127 | 53 |
| Binary | 10111001 | 1110 | 11001011 | 1001 | 1011101 | 0 | 10100 | 100100110 | 1010111 | 101011 |
Color Harmonies of #B90ECB
Complementary color
Monochromatic Colors of #B90ECB
Black with #B90ECB
Text Example
Text Example
White with #B90ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90ECB; }
p { color: rgb(185,14,203); }
H1.HeaderClassName
{
color: #B90ECB;
}
.AnyTagClassName
{
color: #B90ECB;
}
</style>
background-color css
<style>
a { background-color: #B90ECB; }
a { background-color: rgb(185,14,203); }
div.DivClassName
{
background-color: #B90ECB;
}
.BgClassName
{
background-color: #B90ECB;
}
</style>
border-color css
<style>
span { border-color: #B90ECB; }
span { border-color: rgb(185,14,203); }
td.TdClassName
{
border-color: #B90ECB;
}
.TagClassName
{
border-color: #B90ECB;
}
</style>