Shades of Deep Magenta #B90BAB
Tints of Deep Magenta #B90BAB
RGB
CMYK
RGB Variations
Color information
#B90BAB (or 0xB90BAB) is known color: Deep Magenta. HEX triplet: B9, 0B and AB. RGB value is (185,11,171). Sum of RGB (Red+Green+Blue) = 185+11+171=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B90BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90BAB is #46F454. Grayscale: #505050. Windows color (decimal): -4650069 or 11209657. OLE color: 11209657.
HSL color Cylindrical-coordinate representation of color #B90BAB: hue angle of 304.83º 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 #B90BAB is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 171 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.27 |
| HSL | 304.83º | 0.89% | 0.38% | - |
| HSV(B) | 304.83º | 0.94% | 0.73% | - |
| XYZ | 27.48 | 13.49 | 39.68 | - |
| YUV | 81.27 | 178.65 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 171 | 0 | 0.94 | 0.08 | 0.27 | 304.83 | 0.89 | 0.38 |
| Hex | B9 | B | AB | 0 | 5E | 8 | 1B | 131 | 59 | 26 |
| Octal | 271 | 13 | 253 | 0 | 136 | 10 | 33 | 461 | 131 | 46 |
| Binary | 10111001 | 1011 | 10101011 | 0 | 1011110 | 1000 | 11011 | 100110001 | 1011001 | 100110 |
Color Harmonies of #B90BAB
Complementary color
Monochromatic Colors of #B90BAB
Black with #B90BAB
Text Example
Text Example
White with #B90BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BAB; }
p { color: rgb(185,11,171); }
H1.HeaderClassName
{
color: #B90BAB;
}
.AnyTagClassName
{
color: #B90BAB;
}
</style>
background-color css
<style>
a { background-color: #B90BAB; }
a { background-color: rgb(185,11,171); }
div.DivClassName
{
background-color: #B90BAB;
}
.BgClassName
{
background-color: #B90BAB;
}
</style>
border-color css
<style>
span { border-color: #B90BAB; }
span { border-color: rgb(185,11,171); }
td.TdClassName
{
border-color: #B90BAB;
}
.TagClassName
{
border-color: #B90BAB;
}
</style>