Shades of Deep Magenta #B90FAC
Tints of Deep Magenta #B90FAC
RGB
CMYK
RGB Variations
Color information
#B90FAC (or 0xB90FAC) is known color: Deep Magenta. HEX triplet: B9, 0F and AC. RGB value is (185,15,172). Sum of RGB (Red+Green+Blue) = 185+15+172=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B90FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90FAC is #46F053. Grayscale: #535353. Windows color (decimal): -4649044 or 11276217. OLE color: 11276217.
HSL color Cylindrical-coordinate representation of color #B90FAC: hue angle of 304.59º 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 #B90FAC is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 172 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.27 |
| HSL | 304.59º | 0.85% | 0.39% | - |
| HSV(B) | 304.59º | 0.92% | 0.73% | - |
| XYZ | 27.62 | 13.63 | 40.21 | - |
| YUV | 83.73 | 177.82 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 172 | 0 | 0.92 | 0.07 | 0.27 | 304.59 | 0.85 | 0.39 |
| Hex | B9 | F | AC | 0 | 5C | 7 | 1B | 131 | 55 | 27 |
| Octal | 271 | 17 | 254 | 0 | 134 | 7 | 33 | 461 | 125 | 47 |
| Binary | 10111001 | 1111 | 10101100 | 0 | 1011100 | 111 | 11011 | 100110001 | 1010101 | 100111 |
Color Harmonies of #B90FAC
Complementary color
Monochromatic Colors of #B90FAC
Black with #B90FAC
Text Example
Text Example
White with #B90FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90FAC; }
p { color: rgb(185,15,172); }
H1.HeaderClassName
{
color: #B90FAC;
}
.AnyTagClassName
{
color: #B90FAC;
}
</style>
background-color css
<style>
a { background-color: #B90FAC; }
a { background-color: rgb(185,15,172); }
div.DivClassName
{
background-color: #B90FAC;
}
.BgClassName
{
background-color: #B90FAC;
}
</style>
border-color css
<style>
span { border-color: #B90FAC; }
span { border-color: rgb(185,15,172); }
td.TdClassName
{
border-color: #B90FAC;
}
.TagClassName
{
border-color: #B90FAC;
}
</style>