Shades of Deep Magenta #B90AAF
Tints of Deep Magenta #B90AAF
RGB
CMYK
RGB Variations
Color information
#B90AAF (or 0xB90AAF) is known color: Deep Magenta. HEX triplet: B9, 0A and AF. RGB value is (185,10,175). Sum of RGB (Red+Green+Blue) = 185+10+175=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 10 (4.30% from 255 or 2.70% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B90AAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90AAF is #46F550. Grayscale: #505050. Windows color (decimal): -4650321 or 11471545. OLE color: 11471545.
HSL color Cylindrical-coordinate representation of color #B90AAF: hue angle of 303.43º 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 #B90AAF is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 10 | 175 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.27 |
| HSL | 303.43º | 0.9% | 0.38% | - |
| HSV(B) | 303.43º | 0.95% | 0.73% | - |
| XYZ | 27.85 | 13.63 | 41.72 | - |
| YUV | 81.14 | 180.98 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 10 | 175 | 0 | 0.95 | 0.05 | 0.27 | 303.43 | 0.9 | 0.38 |
| Hex | B9 | A | AF | 0 | 5F | 5 | 1B | 12F | 5A | 26 |
| Octal | 271 | 12 | 257 | 0 | 137 | 5 | 33 | 457 | 132 | 46 |
| Binary | 10111001 | 1010 | 10101111 | 0 | 1011111 | 101 | 11011 | 100101111 | 1011010 | 100110 |
Color Harmonies of #B90AAF
Complementary color
Monochromatic Colors of #B90AAF
Black with #B90AAF
Text Example
Text Example
White with #B90AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90AAF; }
p { color: rgb(185,10,175); }
H1.HeaderClassName
{
color: #B90AAF;
}
.AnyTagClassName
{
color: #B90AAF;
}
</style>
background-color css
<style>
a { background-color: #B90AAF; }
a { background-color: rgb(185,10,175); }
div.DivClassName
{
background-color: #B90AAF;
}
.BgClassName
{
background-color: #B90AAF;
}
</style>
border-color css
<style>
span { border-color: #B90AAF; }
span { border-color: rgb(185,10,175); }
td.TdClassName
{
border-color: #B90AAF;
}
.TagClassName
{
border-color: #B90AAF;
}
</style>