Shades of Deep Magenta #B014BC
Tints of Deep Magenta #B014BC
RGB
CMYK
RGB Variations
Color information
#B014BC (or 0xB014BC) is known color: Deep Magenta. HEX triplet: B0, 14 and BC. RGB value is (176,20,188). Sum of RGB (Red+Green+Blue) = 176+20+188=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #B014BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014BC is #4FEB43. Grayscale: #555555. Windows color (decimal): -5237572 or 12326064. OLE color: 12326064.
HSL color Cylindrical-coordinate representation of color #B014BC: hue angle of 295.71º 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 #B014BC is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 20 | 188 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.26 |
| HSL | 295.71º | 0.81% | 0.41% | - |
| HSV(B) | 295.71º | 0.89% | 0.74% | - |
| XYZ | 27.23 | 13.36 | 48.72 | - |
| YUV | 85.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 188 | 0.06 | 0.89 | 0 | 0.26 | 295.71 | 0.81 | 0.41 |
| Hex | B0 | 14 | BC | 6 | 59 | 0 | 1A | 128 | 51 | 29 |
| Octal | 260 | 24 | 274 | 6 | 131 | 0 | 32 | 450 | 121 | 51 |
| Binary | 10110000 | 10100 | 10111100 | 110 | 1011001 | 0 | 11010 | 100101000 | 1010001 | 101001 |
Color Harmonies of #B014BC
Complementary color
Monochromatic Colors of #B014BC
Black with #B014BC
Text Example
Text Example
White with #B014BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014BC; }
p { color: rgb(176,20,188); }
H1.HeaderClassName
{
color: #B014BC;
}
.AnyTagClassName
{
color: #B014BC;
}
</style>
background-color css
<style>
a { background-color: #B014BC; }
a { background-color: rgb(176,20,188); }
div.DivClassName
{
background-color: #B014BC;
}
.BgClassName
{
background-color: #B014BC;
}
</style>
border-color css
<style>
span { border-color: #B014BC; }
span { border-color: rgb(176,20,188); }
td.TdClassName
{
border-color: #B014BC;
}
.TagClassName
{
border-color: #B014BC;
}
</style>