Shades of Deep Magenta #B90EB8
Tints of Deep Magenta #B90EB8
RGB
CMYK
RGB Variations
Color information
#B90EB8 (or 0xB90EB8) is known color: Deep Magenta. HEX triplet: B9, 0E and B8. RGB value is (185,14,184). Sum of RGB (Red+Green+Blue) = 185+14+184=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B90EB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EB8 is #46F147. Grayscale: #545454. Windows color (decimal): -4649288 or 12062393. OLE color: 12062393.
HSL color Cylindrical-coordinate representation of color #B90EB8: hue angle of 300.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90EB8 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 184 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.27 |
| HSL | 300.35º | 0.86% | 0.39% | - |
| HSV(B) | 300.35º | 0.92% | 0.73% | - |
| XYZ | 28.82 | 14.09 | 46.55 | - |
| YUV | 84.51 | 184.15 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 184 | 0 | 0.92 | 0.01 | 0.27 | 300.35 | 0.86 | 0.39 |
| Hex | B9 | E | B8 | 0 | 5C | 1 | 1B | 12C | 56 | 27 |
| Octal | 271 | 16 | 270 | 0 | 134 | 1 | 33 | 454 | 126 | 47 |
| Binary | 10111001 | 1110 | 10111000 | 0 | 1011100 | 1 | 11011 | 100101100 | 1010110 | 100111 |
Color Harmonies of #B90EB8
Complementary color
Monochromatic Colors of #B90EB8
Black with #B90EB8
Text Example
Text Example
White with #B90EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90EB8; }
p { color: rgb(185,14,184); }
H1.HeaderClassName
{
color: #B90EB8;
}
.AnyTagClassName
{
color: #B90EB8;
}
</style>
background-color css
<style>
a { background-color: #B90EB8; }
a { background-color: rgb(185,14,184); }
div.DivClassName
{
background-color: #B90EB8;
}
.BgClassName
{
background-color: #B90EB8;
}
</style>
border-color css
<style>
span { border-color: #B90EB8; }
span { border-color: rgb(185,14,184); }
td.TdClassName
{
border-color: #B90EB8;
}
.TagClassName
{
border-color: #B90EB8;
}
</style>