Shades of Deep Magenta #B014AC
Tints of Deep Magenta #B014AC
RGB
CMYK
RGB Variations
Color information
#B014AC (or 0xB014AC) is known color: Deep Magenta. HEX triplet: B0, 14 and AC. RGB value is (176,20,172). Sum of RGB (Red+Green+Blue) = 176+20+172=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 20 (8.20% from 255 or 5.43% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B014AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014AC is #4FEB53. Grayscale: #535353. Windows color (decimal): -5237588 or 11277488. OLE color: 11277488.
HSL color Cylindrical-coordinate representation of color #B014AC: hue angle of 301.54º 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 #B014AC is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 172 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.31 |
| HSL | 301.54º | 0.8% | 0.38% | - |
| HSV(B) | 301.54º | 0.89% | 0.69% | - |
| XYZ | 25.6 | 12.71 | 40.13 | - |
| YUV | 83.97 | 177.68 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 172 | 0 | 0.89 | 0.02 | 0.31 | 301.54 | 0.8 | 0.38 |
| Hex | B0 | 14 | AC | 0 | 59 | 2 | 1F | 12E | 50 | 26 |
| Octal | 260 | 24 | 254 | 0 | 131 | 2 | 37 | 456 | 120 | 46 |
| Binary | 10110000 | 10100 | 10101100 | 0 | 1011001 | 10 | 11111 | 100101110 | 1010000 | 100110 |
Color Harmonies of #B014AC
Complementary color
Monochromatic Colors of #B014AC
Black with #B014AC
Text Example
Text Example
White with #B014AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014AC; }
p { color: rgb(176,20,172); }
H1.HeaderClassName
{
color: #B014AC;
}
.AnyTagClassName
{
color: #B014AC;
}
</style>
background-color css
<style>
a { background-color: #B014AC; }
a { background-color: rgb(176,20,172); }
div.DivClassName
{
background-color: #B014AC;
}
.BgClassName
{
background-color: #B014AC;
}
</style>
border-color css
<style>
span { border-color: #B014AC; }
span { border-color: rgb(176,20,172); }
td.TdClassName
{
border-color: #B014AC;
}
.TagClassName
{
border-color: #B014AC;
}
</style>