Shades of Deep Magenta #B014BF
Tints of Deep Magenta #B014BF
RGB
CMYK
RGB Variations
Color information
#B014BF (or 0xB014BF) is known color: Deep Magenta. HEX triplet: B0, 14 and BF. RGB value is (176,20,191). Sum of RGB (Red+Green+Blue) = 176+20+191=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #B014BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014BF is #4FEB40. Grayscale: #555555. Windows color (decimal): -5237569 or 12522672. OLE color: 12522672.
HSL color Cylindrical-coordinate representation of color #B014BF: hue angle of 294.74º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B014BF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 20 | 191 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.25 |
| HSL | 294.74º | 0.81% | 0.41% | - |
| HSV(B) | 294.74º | 0.9% | 0.75% | - |
| XYZ | 27.56 | 13.49 | 50.44 | - |
| YUV | 86.14 | 187.18 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 20 | 191 | 0.08 | 0.90 | 0 | 0.25 | 294.74 | 0.81 | 0.41 |
| Hex | B0 | 14 | BF | 8 | 5A | 0 | 19 | 127 | 51 | 29 |
| Octal | 260 | 24 | 277 | 10 | 132 | 0 | 31 | 447 | 121 | 51 |
| Binary | 10110000 | 10100 | 10111111 | 1000 | 1011010 | 0 | 11001 | 100100111 | 1010001 | 101001 |
Color Harmonies of #B014BF
Complementary color
Monochromatic Colors of #B014BF
Black with #B014BF
Text Example
Text Example
White with #B014BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B014BF; }
p { color: rgb(176,20,191); }
H1.HeaderClassName
{
color: #B014BF;
}
.AnyTagClassName
{
color: #B014BF;
}
</style>
background-color css
<style>
a { background-color: #B014BF; }
a { background-color: rgb(176,20,191); }
div.DivClassName
{
background-color: #B014BF;
}
.BgClassName
{
background-color: #B014BF;
}
</style>
border-color css
<style>
span { border-color: #B014BF; }
span { border-color: rgb(176,20,191); }
td.TdClassName
{
border-color: #B014BF;
}
.TagClassName
{
border-color: #B014BF;
}
</style>