Shades of Deep Magenta #BE14BA
Tints of Deep Magenta #BE14BA
RGB
CMYK
RGB Variations
Color information
#BE14BA (or 0xBE14BA) is known color: Deep Magenta. HEX triplet: BE, 14 and BA. RGB value is (190,20,186). Sum of RGB (Red+Green+Blue) = 190+20+186=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14BA is #41EB45. Grayscale: #595959. Windows color (decimal): -4320070 or 12195006. OLE color: 12195006.
HSL color Cylindrical-coordinate representation of color #BE14BA: hue angle of 301.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE14BA is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 186 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.25 |
| HSL | 301.41º | 0.81% | 0.41% | - |
| HSV(B) | 301.41º | 0.89% | 0.75% | - |
| XYZ | 30.35 | 14.99 | 47.75 | - |
| YUV | 89.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 186 | 0 | 0.89 | 0.02 | 0.25 | 301.41 | 0.81 | 0.41 |
| Hex | BE | 14 | BA | 0 | 59 | 2 | 19 | 12D | 51 | 29 |
| Octal | 276 | 24 | 272 | 0 | 131 | 2 | 31 | 455 | 121 | 51 |
| Binary | 10111110 | 10100 | 10111010 | 0 | 1011001 | 10 | 11001 | 100101101 | 1010001 | 101001 |
Color Harmonies of #BE14BA
Complementary color
Monochromatic Colors of #BE14BA
Black with #BE14BA
Text Example
Text Example
White with #BE14BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE14BA; }
p { color: rgb(190,20,186); }
H1.HeaderClassName
{
color: #BE14BA;
}
.AnyTagClassName
{
color: #BE14BA;
}
</style>
background-color css
<style>
a { background-color: #BE14BA; }
a { background-color: rgb(190,20,186); }
div.DivClassName
{
background-color: #BE14BA;
}
.BgClassName
{
background-color: #BE14BA;
}
</style>
border-color css
<style>
span { border-color: #BE14BA; }
span { border-color: rgb(190,20,186); }
td.TdClassName
{
border-color: #BE14BA;
}
.TagClassName
{
border-color: #BE14BA;
}
</style>