Shades of Deep Magenta #B014AD
Tints of Deep Magenta #B014AD
RGB
CMYK
RGB Variations
Color information
#B014AD (or 0xB014AD) is known color: Deep Magenta. HEX triplet: B0, 14 and AD. RGB value is (176,20,173). Sum of RGB (Red+Green+Blue) = 176+20+173=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B014AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014AD is #4FEB52. Grayscale: #535353. Windows color (decimal): -5237587 or 11343024. OLE color: 11343024.
HSL color Cylindrical-coordinate representation of color #B014AD: hue angle of 301.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B014AD is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 173 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.31 |
| HSL | 301.15º | 0.8% | 0.38% | - |
| HSV(B) | 301.15º | 0.89% | 0.69% | - |
| XYZ | 25.7 | 12.75 | 40.64 | - |
| YUV | 84.09 | 178.18 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 173 | 0 | 0.89 | 0.02 | 0.31 | 301.15 | 0.8 | 0.38 |
| Hex | B0 | 14 | AD | 0 | 59 | 2 | 1F | 12D | 50 | 26 |
| Octal | 260 | 24 | 255 | 0 | 131 | 2 | 37 | 455 | 120 | 46 |
| Binary | 10110000 | 10100 | 10101101 | 0 | 1011001 | 10 | 11111 | 100101101 | 1010000 | 100110 |
Color Harmonies of #B014AD
Complementary color
Monochromatic Colors of #B014AD
Black with #B014AD
Text Example
Text Example
White with #B014AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014AD; }
p { color: rgb(176,20,173); }
H1.HeaderClassName
{
color: #B014AD;
}
.AnyTagClassName
{
color: #B014AD;
}
</style>
background-color css
<style>
a { background-color: #B014AD; }
a { background-color: rgb(176,20,173); }
div.DivClassName
{
background-color: #B014AD;
}
.BgClassName
{
background-color: #B014AD;
}
</style>
border-color css
<style>
span { border-color: #B014AD; }
span { border-color: rgb(176,20,173); }
td.TdClassName
{
border-color: #B014AD;
}
.TagClassName
{
border-color: #B014AD;
}
</style>