Shades of Deep Magenta #B015AF
Tints of Deep Magenta #B015AF
RGB
CMYK
RGB Variations
Color information
#B015AF (or 0xB015AF) is known color: Deep Magenta. HEX triplet: B0, 15 and AF. RGB value is (176,21,175). Sum of RGB (Red+Green+Blue) = 176+21+175=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B015AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B015AF is #4FEA50. Grayscale: #545454. Windows color (decimal): -5237329 or 11474352. OLE color: 11474352.
HSL color Cylindrical-coordinate representation of color #B015AF: hue angle of 300.39º 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 #B015AF is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 21 | 175 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.31 |
| HSL | 300.39º | 0.79% | 0.39% | - |
| HSV(B) | 300.39º | 0.88% | 0.69% | - |
| XYZ | 25.91 | 12.86 | 41.67 | - |
| YUV | 84.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 175 | 0 | 0.88 | 0.01 | 0.31 | 300.39 | 0.79 | 0.39 |
| Hex | B0 | 15 | AF | 0 | 58 | 1 | 1F | 12C | 4F | 27 |
| Octal | 260 | 25 | 257 | 0 | 130 | 1 | 37 | 454 | 117 | 47 |
| Binary | 10110000 | 10101 | 10101111 | 0 | 1011000 | 1 | 11111 | 100101100 | 1001111 | 100111 |
Color Harmonies of #B015AF
Complementary color
Monochromatic Colors of #B015AF
Black with #B015AF
Text Example
Text Example
White with #B015AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015AF; }
p { color: rgb(176,21,175); }
H1.HeaderClassName
{
color: #B015AF;
}
.AnyTagClassName
{
color: #B015AF;
}
</style>
background-color css
<style>
a { background-color: #B015AF; }
a { background-color: rgb(176,21,175); }
div.DivClassName
{
background-color: #B015AF;
}
.BgClassName
{
background-color: #B015AF;
}
</style>
border-color css
<style>
span { border-color: #B015AF; }
span { border-color: rgb(176,21,175); }
td.TdClassName
{
border-color: #B015AF;
}
.TagClassName
{
border-color: #B015AF;
}
</style>