Shades of Deep Magenta #B811AF
Tints of Deep Magenta #B811AF
RGB
CMYK
RGB Variations
Color information
#B811AF (or 0xB811AF) is known color: Deep Magenta. HEX triplet: B8, 11 and AF. RGB value is (184,17,175). Sum of RGB (Red+Green+Blue) = 184+17+175=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B811AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B811AF is #47EE50. Grayscale: #545454. Windows color (decimal): -4714065 or 11473336. OLE color: 11473336.
HSL color Cylindrical-coordinate representation of color #B811AF: hue angle of 303.23º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B811AF is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 175 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.28 |
| HSL | 303.23º | 0.83% | 0.39% | - |
| HSV(B) | 303.23º | 0.91% | 0.72% | - |
| XYZ | 27.71 | 13.69 | 41.74 | - |
| YUV | 84.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 175 | 0 | 0.91 | 0.05 | 0.28 | 303.23 | 0.83 | 0.39 |
| Hex | B8 | 11 | AF | 0 | 5B | 5 | 1C | 12F | 53 | 27 |
| Octal | 270 | 21 | 257 | 0 | 133 | 5 | 34 | 457 | 123 | 47 |
| Binary | 10111000 | 10001 | 10101111 | 0 | 1011011 | 101 | 11100 | 100101111 | 1010011 | 100111 |
Color Harmonies of #B811AF
Complementary color
Monochromatic Colors of #B811AF
Black with #B811AF
Text Example
Text Example
White with #B811AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811AF; }
p { color: rgb(184,17,175); }
H1.HeaderClassName
{
color: #B811AF;
}
.AnyTagClassName
{
color: #B811AF;
}
</style>
background-color css
<style>
a { background-color: #B811AF; }
a { background-color: rgb(184,17,175); }
div.DivClassName
{
background-color: #B811AF;
}
.BgClassName
{
background-color: #B811AF;
}
</style>
border-color css
<style>
span { border-color: #B811AF; }
span { border-color: rgb(184,17,175); }
td.TdClassName
{
border-color: #B811AF;
}
.TagClassName
{
border-color: #B811AF;
}
</style>