Shades of Deep Magenta #B110A8
Tints of Deep Magenta #B110A8
RGB
CMYK
RGB Variations
Color information
#B110A8 (or 0xB110A8) is known color: Deep Magenta. HEX triplet: B1, 10 and A8. RGB value is (177,16,168). Sum of RGB (Red+Green+Blue) = 177+16+168=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B110A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110A8 is #4EEF57. Grayscale: #515151. Windows color (decimal): -5173080 or 11014321. OLE color: 11014321.
HSL color Cylindrical-coordinate representation of color #B110A8: hue angle of 303.35º 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 #B110A8 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 168 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.31 |
| HSL | 303.35º | 0.83% | 0.38% | - |
| HSV(B) | 303.35º | 0.91% | 0.69% | - |
| XYZ | 25.38 | 12.54 | 38.13 | - |
| YUV | 81.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 168 | 0 | 0.91 | 0.05 | 0.31 | 303.35 | 0.83 | 0.38 |
| Hex | B1 | 10 | A8 | 0 | 5B | 5 | 1F | 12F | 53 | 26 |
| Octal | 261 | 20 | 250 | 0 | 133 | 5 | 37 | 457 | 123 | 46 |
| Binary | 10110001 | 10000 | 10101000 | 0 | 1011011 | 101 | 11111 | 100101111 | 1010011 | 100110 |
Color Harmonies of #B110A8
Complementary color
Monochromatic Colors of #B110A8
Black with #B110A8
Text Example
Text Example
White with #B110A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B110A8; }
p { color: rgb(177,16,168); }
H1.HeaderClassName
{
color: #B110A8;
}
.AnyTagClassName
{
color: #B110A8;
}
</style>
background-color css
<style>
a { background-color: #B110A8; }
a { background-color: rgb(177,16,168); }
div.DivClassName
{
background-color: #B110A8;
}
.BgClassName
{
background-color: #B110A8;
}
</style>
border-color css
<style>
span { border-color: #B110A8; }
span { border-color: rgb(177,16,168); }
td.TdClassName
{
border-color: #B110A8;
}
.TagClassName
{
border-color: #B110A8;
}
</style>