Shades of Deep Magenta #B014C9
Tints of Deep Magenta #B014C9
RGB
CMYK
RGB Variations
Color information
#B014C9 (or 0xB014C9) is known color: Deep Magenta. HEX triplet: B0, 14 and C9. RGB value is (176,20,201). Sum of RGB (Red+Green+Blue) = 176+20+201=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #B014C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014C9 is #4FEB36. Grayscale: #565656. Windows color (decimal): -5237559 or 13178032. OLE color: 13178032.
HSL color Cylindrical-coordinate representation of color #B014C9: hue angle of 291.71º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B014C9 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 20 | 201 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.21 |
| HSL | 291.71º | 0.82% | 0.43% | - |
| HSV(B) | 291.71º | 0.9% | 0.79% | - |
| XYZ | 28.7 | 13.95 | 56.44 | - |
| YUV | 87.28 | 192.18 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 201 | 0.12 | 0.90 | 0 | 0.21 | 291.71 | 0.82 | 0.43 |
| Hex | B0 | 14 | C9 | C | 5A | 0 | 15 | 124 | 52 | 2B |
| Octal | 260 | 24 | 311 | 14 | 132 | 0 | 25 | 444 | 122 | 53 |
| Binary | 10110000 | 10100 | 11001001 | 1100 | 1011010 | 0 | 10101 | 100100100 | 1010010 | 101011 |
Color Harmonies of #B014C9
Complementary color
Monochromatic Colors of #B014C9
Black with #B014C9
Text Example
Text Example
White with #B014C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014C9; }
p { color: rgb(176,20,201); }
H1.HeaderClassName
{
color: #B014C9;
}
.AnyTagClassName
{
color: #B014C9;
}
</style>
background-color css
<style>
a { background-color: #B014C9; }
a { background-color: rgb(176,20,201); }
div.DivClassName
{
background-color: #B014C9;
}
.BgClassName
{
background-color: #B014C9;
}
</style>
border-color css
<style>
span { border-color: #B014C9; }
span { border-color: rgb(176,20,201); }
td.TdClassName
{
border-color: #B014C9;
}
.TagClassName
{
border-color: #B014C9;
}
</style>