Shades of Deep Magenta #B115AB
Tints of Deep Magenta #B115AB
RGB
CMYK
RGB Variations
Color information
#B115AB (or 0xB115AB) is known color: Deep Magenta. HEX triplet: B1, 15 and AB. RGB value is (177,21,171). Sum of RGB (Red+Green+Blue) = 177+21+171=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B115AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B115AB is #4EEA54. Grayscale: #545454. Windows color (decimal): -5171797 or 11212209. OLE color: 11212209.
HSL color Cylindrical-coordinate representation of color #B115AB: hue angle of 302.31º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B115AB is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 171 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.31 |
| HSL | 302.31º | 0.79% | 0.39% | - |
| HSV(B) | 302.31º | 0.88% | 0.69% | - |
| XYZ | 25.75 | 12.82 | 39.65 | - |
| YUV | 84.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 171 | 0 | 0.88 | 0.03 | 0.31 | 302.31 | 0.79 | 0.39 |
| Hex | B1 | 15 | AB | 0 | 58 | 3 | 1F | 12E | 4F | 27 |
| Octal | 261 | 25 | 253 | 0 | 130 | 3 | 37 | 456 | 117 | 47 |
| Binary | 10110001 | 10101 | 10101011 | 0 | 1011000 | 11 | 11111 | 100101110 | 1001111 | 100111 |
Color Harmonies of #B115AB
Complementary color
Monochromatic Colors of #B115AB
Black with #B115AB
Text Example
Text Example
White with #B115AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115AB; }
p { color: rgb(177,21,171); }
H1.HeaderClassName
{
color: #B115AB;
}
.AnyTagClassName
{
color: #B115AB;
}
</style>
background-color css
<style>
a { background-color: #B115AB; }
a { background-color: rgb(177,21,171); }
div.DivClassName
{
background-color: #B115AB;
}
.BgClassName
{
background-color: #B115AB;
}
</style>
border-color css
<style>
span { border-color: #B115AB; }
span { border-color: rgb(177,21,171); }
td.TdClassName
{
border-color: #B115AB;
}
.TagClassName
{
border-color: #B115AB;
}
</style>