Shades of Deep Magenta #B014BA
Tints of Deep Magenta #B014BA
RGB
CMYK
RGB Variations
Color information
#B014BA (or 0xB014BA) is known color: Deep Magenta. HEX triplet: B0, 14 and BA. RGB value is (176,20,186). Sum of RGB (Red+Green+Blue) = 176+20+186=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #B014BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014BA is #4FEB45. Grayscale: #555555. Windows color (decimal): -5237574 or 12194992. OLE color: 12194992.
HSL color Cylindrical-coordinate representation of color #B014BA: hue angle of 296.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B014BA is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 20 | 186 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.27 |
| HSL | 296.39º | 0.81% | 0.4% | - |
| HSV(B) | 296.39º | 0.89% | 0.73% | - |
| XYZ | 27.02 | 13.28 | 47.59 | - |
| YUV | 85.57 | 184.68 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 186 | 0.05 | 0.89 | 0 | 0.27 | 296.39 | 0.81 | 0.4 |
| Hex | B0 | 14 | BA | 5 | 59 | 0 | 1B | 128 | 51 | 28 |
| Octal | 260 | 24 | 272 | 5 | 131 | 0 | 33 | 450 | 121 | 50 |
| Binary | 10110000 | 10100 | 10111010 | 101 | 1011001 | 0 | 11011 | 100101000 | 1010001 | 101000 |
Color Harmonies of #B014BA
Complementary color
Monochromatic Colors of #B014BA
Black with #B014BA
Text Example
Text Example
White with #B014BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014BA; }
p { color: rgb(176,20,186); }
H1.HeaderClassName
{
color: #B014BA;
}
.AnyTagClassName
{
color: #B014BA;
}
</style>
background-color css
<style>
a { background-color: #B014BA; }
a { background-color: rgb(176,20,186); }
div.DivClassName
{
background-color: #B014BA;
}
.BgClassName
{
background-color: #B014BA;
}
</style>
border-color css
<style>
span { border-color: #B014BA; }
span { border-color: rgb(176,20,186); }
td.TdClassName
{
border-color: #B014BA;
}
.TagClassName
{
border-color: #B014BA;
}
</style>