Shades of Deep Magenta #B110AF
Tints of Deep Magenta #B110AF
RGB
CMYK
RGB Variations
Color information
#B110AF (or 0xB110AF) is known color: Deep Magenta. HEX triplet: B1, 10 and AF. RGB value is (177,16,175). Sum of RGB (Red+Green+Blue) = 177+16+175=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B110AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110AF is #4EEF50. Grayscale: #515151. Windows color (decimal): -5173073 or 11473073. OLE color: 11473073.
HSL color Cylindrical-coordinate representation of color #B110AF: hue angle of 300.75º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B110AF is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 175 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.31 |
| HSL | 300.75º | 0.83% | 0.38% | - |
| HSV(B) | 300.75º | 0.91% | 0.69% | - |
| XYZ | 26.05 | 12.81 | 41.66 | - |
| YUV | 82.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 175 | 0 | 0.91 | 0.01 | 0.31 | 300.75 | 0.83 | 0.38 |
| Hex | B1 | 10 | AF | 0 | 5B | 1 | 1F | 12D | 53 | 26 |
| Octal | 261 | 20 | 257 | 0 | 133 | 1 | 37 | 455 | 123 | 46 |
| Binary | 10110001 | 10000 | 10101111 | 0 | 1011011 | 1 | 11111 | 100101101 | 1010011 | 100110 |
Color Harmonies of #B110AF
Complementary color
Monochromatic Colors of #B110AF
Black with #B110AF
Text Example
Text Example
White with #B110AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110AF; }
p { color: rgb(177,16,175); }
H1.HeaderClassName
{
color: #B110AF;
}
.AnyTagClassName
{
color: #B110AF;
}
</style>
background-color css
<style>
a { background-color: #B110AF; }
a { background-color: rgb(177,16,175); }
div.DivClassName
{
background-color: #B110AF;
}
.BgClassName
{
background-color: #B110AF;
}
</style>
border-color css
<style>
span { border-color: #B110AF; }
span { border-color: rgb(177,16,175); }
td.TdClassName
{
border-color: #B110AF;
}
.TagClassName
{
border-color: #B110AF;
}
</style>