Shades of Deep Magenta #B115AA
Tints of Deep Magenta #B115AA
RGB
CMYK
RGB Variations
Color information
#B115AA (or 0xB115AA) is known color: Deep Magenta. HEX triplet: B1, 15 and AA. RGB value is (177,21,170). Sum of RGB (Red+Green+Blue) = 177+21+170=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B115AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B115AA is #4EEA55. Grayscale: #545454. Windows color (decimal): -5171798 or 11146673. OLE color: 11146673.
HSL color Cylindrical-coordinate representation of color #B115AA: hue angle of 302.69º 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 #B115AA is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 170 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.31 |
| HSL | 302.69º | 0.79% | 0.39% | - |
| HSV(B) | 302.69º | 0.88% | 0.69% | - |
| XYZ | 25.66 | 12.79 | 39.15 | - |
| YUV | 84.63 | 176.18 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 170 | 0 | 0.88 | 0.04 | 0.31 | 302.69 | 0.79 | 0.39 |
| Hex | B1 | 15 | AA | 0 | 58 | 4 | 1F | 12F | 4F | 27 |
| Octal | 261 | 25 | 252 | 0 | 130 | 4 | 37 | 457 | 117 | 47 |
| Binary | 10110001 | 10101 | 10101010 | 0 | 1011000 | 100 | 11111 | 100101111 | 1001111 | 100111 |
Color Harmonies of #B115AA
Complementary color
Monochromatic Colors of #B115AA
Black with #B115AA
Text Example
Text Example
White with #B115AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B115AA; }
p { color: rgb(177,21,170); }
H1.HeaderClassName
{
color: #B115AA;
}
.AnyTagClassName
{
color: #B115AA;
}
</style>
background-color css
<style>
a { background-color: #B115AA; }
a { background-color: rgb(177,21,170); }
div.DivClassName
{
background-color: #B115AA;
}
.BgClassName
{
background-color: #B115AA;
}
</style>
border-color css
<style>
span { border-color: #B115AA; }
span { border-color: rgb(177,21,170); }
td.TdClassName
{
border-color: #B115AA;
}
.TagClassName
{
border-color: #B115AA;
}
</style>