Shades of Deep Magenta #B911AF
Tints of Deep Magenta #B911AF
RGB
CMYK
RGB Variations
Color information
#B911AF (or 0xB911AF) is known color: Deep Magenta. HEX triplet: B9, 11 and AF. RGB value is (185,17,175). Sum of RGB (Red+Green+Blue) = 185+17+175=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 17 (7.03% from 255 or 4.51% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B911AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B911AF is #46EE50. Grayscale: #545454. Windows color (decimal): -4648529 or 11473337. OLE color: 11473337.
HSL color Cylindrical-coordinate representation of color #B911AF: hue angle of 303.57º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B911AF is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 175 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.27 |
| HSL | 303.57º | 0.83% | 0.4% | - |
| HSV(B) | 303.57º | 0.91% | 0.73% | - |
| XYZ | 27.95 | 13.81 | 41.75 | - |
| YUV | 85.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 175 | 0 | 0.91 | 0.05 | 0.27 | 303.57 | 0.83 | 0.4 |
| Hex | B9 | 11 | AF | 0 | 5B | 5 | 1B | 130 | 53 | 28 |
| Octal | 271 | 21 | 257 | 0 | 133 | 5 | 33 | 460 | 123 | 50 |
| Binary | 10111001 | 10001 | 10101111 | 0 | 1011011 | 101 | 11011 | 100110000 | 1010011 | 101000 |
Color Harmonies of #B911AF
Complementary color
Monochromatic Colors of #B911AF
Black with #B911AF
Text Example
Text Example
White with #B911AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B911AF; }
p { color: rgb(185,17,175); }
H1.HeaderClassName
{
color: #B911AF;
}
.AnyTagClassName
{
color: #B911AF;
}
</style>
background-color css
<style>
a { background-color: #B911AF; }
a { background-color: rgb(185,17,175); }
div.DivClassName
{
background-color: #B911AF;
}
.BgClassName
{
background-color: #B911AF;
}
</style>
border-color css
<style>
span { border-color: #B911AF; }
span { border-color: rgb(185,17,175); }
td.TdClassName
{
border-color: #B911AF;
}
.TagClassName
{
border-color: #B911AF;
}
</style>