Shades of Deep Magenta #B90BAF
Tints of Deep Magenta #B90BAF
RGB
CMYK
RGB Variations
Color information
#B90BAF (or 0xB90BAF) is known color: Deep Magenta. HEX triplet: B9, 0B and AF. RGB value is (185,11,175). Sum of RGB (Red+Green+Blue) = 185+11+175=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B90BAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90BAF is #46F450. Grayscale: #515151. Windows color (decimal): -4650065 or 11471801. OLE color: 11471801.
HSL color Cylindrical-coordinate representation of color #B90BAF: hue angle of 303.45º 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 #B90BAF is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 175 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.27 |
| HSL | 303.45º | 0.89% | 0.38% | - |
| HSV(B) | 303.45º | 0.94% | 0.73% | - |
| XYZ | 27.87 | 13.65 | 41.72 | - |
| YUV | 81.72 | 180.65 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 175 | 0 | 0.94 | 0.05 | 0.27 | 303.45 | 0.89 | 0.38 |
| Hex | B9 | B | AF | 0 | 5E | 5 | 1B | 12F | 59 | 26 |
| Octal | 271 | 13 | 257 | 0 | 136 | 5 | 33 | 457 | 131 | 46 |
| Binary | 10111001 | 1011 | 10101111 | 0 | 1011110 | 101 | 11011 | 100101111 | 1011001 | 100110 |
Color Harmonies of #B90BAF
Complementary color
Monochromatic Colors of #B90BAF
Black with #B90BAF
Text Example
Text Example
White with #B90BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90BAF; }
p { color: rgb(185,11,175); }
H1.HeaderClassName
{
color: #B90BAF;
}
.AnyTagClassName
{
color: #B90BAF;
}
</style>
background-color css
<style>
a { background-color: #B90BAF; }
a { background-color: rgb(185,11,175); }
div.DivClassName
{
background-color: #B90BAF;
}
.BgClassName
{
background-color: #B90BAF;
}
</style>
border-color css
<style>
span { border-color: #B90BAF; }
span { border-color: rgb(185,11,175); }
td.TdClassName
{
border-color: #B90BAF;
}
.TagClassName
{
border-color: #B90BAF;
}
</style>