Shades of Deep Magenta #B014AA
Tints of Deep Magenta #B014AA
RGB
CMYK
RGB Variations
Color information
#B014AA (or 0xB014AA) is known color: Deep Magenta. HEX triplet: B0, 14 and AA. RGB value is (176,20,170). Sum of RGB (Red+Green+Blue) = 176+20+170=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B014AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014AA is #4FEB55. Grayscale: #535353. Windows color (decimal): -5237590 or 11146416. OLE color: 11146416.
HSL color Cylindrical-coordinate representation of color #B014AA: hue angle of 302.31º 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 #B014AA is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 20 | 170 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.31 |
| HSL | 302.31º | 0.8% | 0.38% | - |
| HSV(B) | 302.31º | 0.89% | 0.69% | - |
| XYZ | 25.41 | 12.63 | 39.13 | - |
| YUV | 83.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 170 | 0 | 0.89 | 0.03 | 0.31 | 302.31 | 0.8 | 0.38 |
| Hex | B0 | 14 | AA | 0 | 59 | 3 | 1F | 12E | 50 | 26 |
| Octal | 260 | 24 | 252 | 0 | 131 | 3 | 37 | 456 | 120 | 46 |
| Binary | 10110000 | 10100 | 10101010 | 0 | 1011001 | 11 | 11111 | 100101110 | 1010000 | 100110 |
Color Harmonies of #B014AA
Complementary color
Monochromatic Colors of #B014AA
Black with #B014AA
Text Example
Text Example
White with #B014AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014AA; }
p { color: rgb(176,20,170); }
H1.HeaderClassName
{
color: #B014AA;
}
.AnyTagClassName
{
color: #B014AA;
}
</style>
background-color css
<style>
a { background-color: #B014AA; }
a { background-color: rgb(176,20,170); }
div.DivClassName
{
background-color: #B014AA;
}
.BgClassName
{
background-color: #B014AA;
}
</style>
border-color css
<style>
span { border-color: #B014AA; }
span { border-color: rgb(176,20,170); }
td.TdClassName
{
border-color: #B014AA;
}
.TagClassName
{
border-color: #B014AA;
}
</style>