Shades of Deep Magenta #B015AD
Tints of Deep Magenta #B015AD
RGB
CMYK
RGB Variations
Color information
#B015AD (or 0xB015AD) is known color: Deep Magenta. HEX triplet: B0, 15 and AD. RGB value is (176,21,173). Sum of RGB (Red+Green+Blue) = 176+21+173=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B015AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B015AD is #4FEA52. Grayscale: #545454. Windows color (decimal): -5237331 or 11343280. OLE color: 11343280.
HSL color Cylindrical-coordinate representation of color #B015AD: hue angle of 301.16º 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 #B015AD is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 21 | 173 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.31 |
| HSL | 301.16º | 0.79% | 0.39% | - |
| HSV(B) | 301.16º | 0.88% | 0.69% | - |
| XYZ | 25.72 | 12.78 | 40.65 | - |
| YUV | 84.67 | 177.85 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 21 | 173 | 0 | 0.88 | 0.02 | 0.31 | 301.16 | 0.79 | 0.39 |
| Hex | B0 | 15 | AD | 0 | 58 | 2 | 1F | 12D | 4F | 27 |
| Octal | 260 | 25 | 255 | 0 | 130 | 2 | 37 | 455 | 117 | 47 |
| Binary | 10110000 | 10101 | 10101101 | 0 | 1011000 | 10 | 11111 | 100101101 | 1001111 | 100111 |
Color Harmonies of #B015AD
Complementary color
Monochromatic Colors of #B015AD
Black with #B015AD
Text Example
Text Example
White with #B015AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B015AD; }
p { color: rgb(176,21,173); }
H1.HeaderClassName
{
color: #B015AD;
}
.AnyTagClassName
{
color: #B015AD;
}
</style>
background-color css
<style>
a { background-color: #B015AD; }
a { background-color: rgb(176,21,173); }
div.DivClassName
{
background-color: #B015AD;
}
.BgClassName
{
background-color: #B015AD;
}
</style>
border-color css
<style>
span { border-color: #B015AD; }
span { border-color: rgb(176,21,173); }
td.TdClassName
{
border-color: #B015AD;
}
.TagClassName
{
border-color: #B015AD;
}
</style>