Shades of Deep Magenta #B014AF
Tints of Deep Magenta #B014AF
RGB
CMYK
RGB Variations
Color information
#B014AF (or 0xB014AF) is known color: Deep Magenta. HEX triplet: B0, 14 and AF. RGB value is (176,20,175). Sum of RGB (Red+Green+Blue) = 176+20+175=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B014AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014AF is #4FEB50. Grayscale: #535353. Windows color (decimal): -5237585 or 11474096. OLE color: 11474096.
HSL color Cylindrical-coordinate representation of color #B014AF: hue angle of 300.38º 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 #B014AF is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 175 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.31 |
| HSL | 300.38º | 0.8% | 0.38% | - |
| HSV(B) | 300.38º | 0.89% | 0.69% | - |
| XYZ | 25.89 | 12.83 | 41.67 | - |
| YUV | 84.31 | 179.18 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 175 | 0 | 0.89 | 0.01 | 0.31 | 300.38 | 0.8 | 0.38 |
| Hex | B0 | 14 | AF | 0 | 59 | 1 | 1F | 12C | 50 | 26 |
| Octal | 260 | 24 | 257 | 0 | 131 | 1 | 37 | 454 | 120 | 46 |
| Binary | 10110000 | 10100 | 10101111 | 0 | 1011001 | 1 | 11111 | 100101100 | 1010000 | 100110 |
Color Harmonies of #B014AF
Complementary color
Monochromatic Colors of #B014AF
Black with #B014AF
Text Example
Text Example
White with #B014AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014AF; }
p { color: rgb(176,20,175); }
H1.HeaderClassName
{
color: #B014AF;
}
.AnyTagClassName
{
color: #B014AF;
}
</style>
background-color css
<style>
a { background-color: #B014AF; }
a { background-color: rgb(176,20,175); }
div.DivClassName
{
background-color: #B014AF;
}
.BgClassName
{
background-color: #B014AF;
}
</style>
border-color css
<style>
span { border-color: #B014AF; }
span { border-color: rgb(176,20,175); }
td.TdClassName
{
border-color: #B014AF;
}
.TagClassName
{
border-color: #B014AF;
}
</style>