Shades of Deep Magenta #B90EBA
Tints of Deep Magenta #B90EBA
RGB
CMYK
RGB Variations
Color information
#B90EBA (or 0xB90EBA) is known color: Deep Magenta. HEX triplet: B9, 0E and BA. RGB value is (185,14,186). Sum of RGB (Red+Green+Blue) = 185+14+186=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #B90EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B90EBA is #46F145. Grayscale: #545454. Windows color (decimal): -4649286 or 12193465. OLE color: 12193465.
HSL color Cylindrical-coordinate representation of color #B90EBA: hue angle of 299.65º 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 #B90EBA is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 186 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.27 |
| HSL | 299.65º | 0.86% | 0.39% | - |
| HSV(B) | 299.65º | 0.92% | 0.73% | - |
| XYZ | 29.03 | 14.17 | 47.66 | - |
| YUV | 84.74 | 185.15 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 186 | 0.01 | 0.92 | 0 | 0.27 | 299.65 | 0.86 | 0.39 |
| Hex | B9 | E | BA | 1 | 5C | 0 | 1B | 12C | 56 | 27 |
| Octal | 271 | 16 | 272 | 1 | 134 | 0 | 33 | 454 | 126 | 47 |
| Binary | 10111001 | 1110 | 10111010 | 1 | 1011100 | 0 | 11011 | 100101100 | 1010110 | 100111 |
Color Harmonies of #B90EBA
Complementary color
Monochromatic Colors of #B90EBA
Black with #B90EBA
Text Example
Text Example
White with #B90EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90EBA; }
p { color: rgb(185,14,186); }
H1.HeaderClassName
{
color: #B90EBA;
}
.AnyTagClassName
{
color: #B90EBA;
}
</style>
background-color css
<style>
a { background-color: #B90EBA; }
a { background-color: rgb(185,14,186); }
div.DivClassName
{
background-color: #B90EBA;
}
.BgClassName
{
background-color: #B90EBA;
}
</style>
border-color css
<style>
span { border-color: #B90EBA; }
span { border-color: rgb(185,14,186); }
td.TdClassName
{
border-color: #B90EBA;
}
.TagClassName
{
border-color: #B90EBA;
}
</style>