Shades of Deep Magenta #B014BD
Tints of Deep Magenta #B014BD
RGB
CMYK
RGB Variations
Color information
#B014BD (or 0xB014BD) is known color: Deep Magenta. HEX triplet: B0, 14 and BD. RGB value is (176,20,189). Sum of RGB (Red+Green+Blue) = 176+20+189=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #B014BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014BD is #4FEB42. Grayscale: #555555. Windows color (decimal): -5237571 or 12391600. OLE color: 12391600.
HSL color Cylindrical-coordinate representation of color #B014BD: hue angle of 295.38º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B014BD is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 20 | 189 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.26 |
| HSL | 295.38º | 0.81% | 0.41% | - |
| HSV(B) | 295.38º | 0.89% | 0.74% | - |
| XYZ | 27.34 | 13.4 | 49.29 | - |
| YUV | 85.91 | 186.18 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 189 | 0.07 | 0.89 | 0 | 0.26 | 295.38 | 0.81 | 0.41 |
| Hex | B0 | 14 | BD | 7 | 59 | 0 | 1A | 127 | 51 | 29 |
| Octal | 260 | 24 | 275 | 7 | 131 | 0 | 32 | 447 | 121 | 51 |
| Binary | 10110000 | 10100 | 10111101 | 111 | 1011001 | 0 | 11010 | 100100111 | 1010001 | 101001 |
Color Harmonies of #B014BD
Complementary color
Monochromatic Colors of #B014BD
Black with #B014BD
Text Example
Text Example
White with #B014BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014BD; }
p { color: rgb(176,20,189); }
H1.HeaderClassName
{
color: #B014BD;
}
.AnyTagClassName
{
color: #B014BD;
}
</style>
background-color css
<style>
a { background-color: #B014BD; }
a { background-color: rgb(176,20,189); }
div.DivClassName
{
background-color: #B014BD;
}
.BgClassName
{
background-color: #B014BD;
}
</style>
border-color css
<style>
span { border-color: #B014BD; }
span { border-color: rgb(176,20,189); }
td.TdClassName
{
border-color: #B014BD;
}
.TagClassName
{
border-color: #B014BD;
}
</style>