Shades of Deep Magenta #B90AB0
Tints of Deep Magenta #B90AB0
RGB
CMYK
RGB Variations
Color information
#B90AB0 (or 0xB90AB0) is known color: Deep Magenta. HEX triplet: B9, 0A and B0. RGB value is (185,10,176). Sum of RGB (Red+Green+Blue) = 185+10+176=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 10 (4.30% from 255 or 2.70% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B90AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90AB0 is #46F54F. Grayscale: #505050. Windows color (decimal): -4650320 or 11537081. OLE color: 11537081.
HSL color Cylindrical-coordinate representation of color #B90AB0: hue angle of 303.09º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90AB0 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 10 | 176 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.27 |
| HSL | 303.09º | 0.9% | 0.38% | - |
| HSV(B) | 303.09º | 0.95% | 0.73% | - |
| XYZ | 27.95 | 13.67 | 42.24 | - |
| YUV | 81.25 | 181.48 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 176 | 0 | 0.95 | 0.05 | 0.27 | 303.09 | 0.9 | 0.38 |
| Hex | B9 | A | B0 | 0 | 5F | 5 | 1B | 12F | 5A | 26 |
| Octal | 271 | 12 | 260 | 0 | 137 | 5 | 33 | 457 | 132 | 46 |
| Binary | 10111001 | 1010 | 10110000 | 0 | 1011111 | 101 | 11011 | 100101111 | 1011010 | 100110 |
Color Harmonies of #B90AB0
Complementary color
Monochromatic Colors of #B90AB0
Black with #B90AB0
Text Example
Text Example
White with #B90AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AB0; }
p { color: rgb(185,10,176); }
H1.HeaderClassName
{
color: #B90AB0;
}
.AnyTagClassName
{
color: #B90AB0;
}
</style>
background-color css
<style>
a { background-color: #B90AB0; }
a { background-color: rgb(185,10,176); }
div.DivClassName
{
background-color: #B90AB0;
}
.BgClassName
{
background-color: #B90AB0;
}
</style>
border-color css
<style>
span { border-color: #B90AB0; }
span { border-color: rgb(185,10,176); }
td.TdClassName
{
border-color: #B90AB0;
}
.TagClassName
{
border-color: #B90AB0;
}
</style>