Shades of Deep Magenta #B90FAA
Tints of Deep Magenta #B90FAA
RGB
CMYK
RGB Variations
Color information
#B90FAA (or 0xB90FAA) is known color: Deep Magenta. HEX triplet: B9, 0F and AA. RGB value is (185,15,170). Sum of RGB (Red+Green+Blue) = 185+15+170=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 15 (6.25% from 255 or 4.05% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90FAA is #46F055. Grayscale: #535353. Windows color (decimal): -4649046 or 11145145. OLE color: 11145145.
HSL color Cylindrical-coordinate representation of color #B90FAA: hue angle of 305.29º degrees, saturation: 0.85, 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 #B90FAA is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 170 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.27 |
| HSL | 305.29º | 0.85% | 0.39% | - |
| HSV(B) | 305.29º | 0.92% | 0.73% | - |
| XYZ | 27.43 | 13.56 | 39.2 | - |
| YUV | 83.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 170 | 0 | 0.92 | 0.08 | 0.27 | 305.29 | 0.85 | 0.39 |
| Hex | B9 | F | AA | 0 | 5C | 8 | 1B | 131 | 55 | 27 |
| Octal | 271 | 17 | 252 | 0 | 134 | 10 | 33 | 461 | 125 | 47 |
| Binary | 10111001 | 1111 | 10101010 | 0 | 1011100 | 1000 | 11011 | 100110001 | 1010101 | 100111 |
Color Harmonies of #B90FAA
Complementary color
Monochromatic Colors of #B90FAA
Black with #B90FAA
Text Example
Text Example
White with #B90FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FAA; }
p { color: rgb(185,15,170); }
H1.HeaderClassName
{
color: #B90FAA;
}
.AnyTagClassName
{
color: #B90FAA;
}
</style>
background-color css
<style>
a { background-color: #B90FAA; }
a { background-color: rgb(185,15,170); }
div.DivClassName
{
background-color: #B90FAA;
}
.BgClassName
{
background-color: #B90FAA;
}
</style>
border-color css
<style>
span { border-color: #B90FAA; }
span { border-color: rgb(185,15,170); }
td.TdClassName
{
border-color: #B90FAA;
}
.TagClassName
{
border-color: #B90FAA;
}
</style>