Shades of Deep Magenta #B90BAE
Tints of Deep Magenta #B90BAE
RGB
CMYK
RGB Variations
Color information
#B90BAE (or 0xB90BAE) is known color: Deep Magenta. HEX triplet: B9, 0B and AE. RGB value is (185,11,174). Sum of RGB (Red+Green+Blue) = 185+11+174=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 11 (4.69% from 255 or 2.97% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B90BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90BAE is #46F451. Grayscale: #515151. Windows color (decimal): -4650066 or 11406265. OLE color: 11406265.
HSL color Cylindrical-coordinate representation of color #B90BAE: hue angle of 303.79º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90BAE is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 174 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.27 |
| HSL | 303.79º | 0.89% | 0.38% | - |
| HSV(B) | 303.79º | 0.94% | 0.73% | - |
| XYZ | 27.77 | 13.61 | 41.21 | - |
| YUV | 81.61 | 180.15 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 174 | 0 | 0.94 | 0.06 | 0.27 | 303.79 | 0.89 | 0.38 |
| Hex | B9 | B | AE | 0 | 5E | 6 | 1B | 130 | 59 | 26 |
| Octal | 271 | 13 | 256 | 0 | 136 | 6 | 33 | 460 | 131 | 46 |
| Binary | 10111001 | 1011 | 10101110 | 0 | 1011110 | 110 | 11011 | 100110000 | 1011001 | 100110 |
Color Harmonies of #B90BAE
Complementary color
Monochromatic Colors of #B90BAE
Black with #B90BAE
Text Example
Text Example
White with #B90BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BAE; }
p { color: rgb(185,11,174); }
H1.HeaderClassName
{
color: #B90BAE;
}
.AnyTagClassName
{
color: #B90BAE;
}
</style>
background-color css
<style>
a { background-color: #B90BAE; }
a { background-color: rgb(185,11,174); }
div.DivClassName
{
background-color: #B90BAE;
}
.BgClassName
{
background-color: #B90BAE;
}
</style>
border-color css
<style>
span { border-color: #B90BAE; }
span { border-color: rgb(185,11,174); }
td.TdClassName
{
border-color: #B90BAE;
}
.TagClassName
{
border-color: #B90BAE;
}
</style>