Shades of Deep Magenta #B111AF
Tints of Deep Magenta #B111AF
RGB
CMYK
RGB Variations
Color information
#B111AF (or 0xB111AF) is known color: Deep Magenta. HEX triplet: B1, 11 and AF. RGB value is (177,17,175). Sum of RGB (Red+Green+Blue) = 177+17+175=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B111AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111AF is #4EEE50. Grayscale: #525252. Windows color (decimal): -5172817 or 11473329. OLE color: 11473329.
HSL color Cylindrical-coordinate representation of color #B111AF: hue angle of 300.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B111AF is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 175 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.31 |
| HSL | 300.75º | 0.82% | 0.38% | - |
| HSV(B) | 300.75º | 0.9% | 0.69% | - |
| XYZ | 26.07 | 12.84 | 41.66 | - |
| YUV | 82.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 175 | 0 | 0.90 | 0.01 | 0.31 | 300.75 | 0.82 | 0.38 |
| Hex | B1 | 11 | AF | 0 | 5A | 1 | 1F | 12D | 52 | 26 |
| Octal | 261 | 21 | 257 | 0 | 132 | 1 | 37 | 455 | 122 | 46 |
| Binary | 10110001 | 10001 | 10101111 | 0 | 1011010 | 1 | 11111 | 100101101 | 1010010 | 100110 |
Color Harmonies of #B111AF
Complementary color
Monochromatic Colors of #B111AF
Black with #B111AF
Text Example
Text Example
White with #B111AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B111AF; }
p { color: rgb(177,17,175); }
H1.HeaderClassName
{
color: #B111AF;
}
.AnyTagClassName
{
color: #B111AF;
}
</style>
background-color css
<style>
a { background-color: #B111AF; }
a { background-color: rgb(177,17,175); }
div.DivClassName
{
background-color: #B111AF;
}
.BgClassName
{
background-color: #B111AF;
}
</style>
border-color css
<style>
span { border-color: #B111AF; }
span { border-color: rgb(177,17,175); }
td.TdClassName
{
border-color: #B111AF;
}
.TagClassName
{
border-color: #B111AF;
}
</style>