Shades of Deep Magenta #BE15BA
Tints of Deep Magenta #BE15BA
RGB
CMYK
RGB Variations
Color information
#BE15BA (or 0xBE15BA) is known color: Deep Magenta. HEX triplet: BE, 15 and BA. RGB value is (190,21,186). Sum of RGB (Red+Green+Blue) = 190+21+186=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE15BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15BA is #41EA45. Grayscale: #595959. Windows color (decimal): -4319814 or 12195262. OLE color: 12195262.
HSL color Cylindrical-coordinate representation of color #BE15BA: hue angle of 301.42º degrees, saturation: 0.8, 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 #BE15BA is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 186 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.25 |
| HSL | 301.42º | 0.8% | 0.41% | - |
| HSV(B) | 301.42º | 0.89% | 0.75% | - |
| XYZ | 30.37 | 15.03 | 47.75 | - |
| YUV | 90.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 186 | 0 | 0.89 | 0.02 | 0.25 | 301.42 | 0.8 | 0.41 |
| Hex | BE | 15 | BA | 0 | 59 | 2 | 19 | 12D | 50 | 29 |
| Octal | 276 | 25 | 272 | 0 | 131 | 2 | 31 | 455 | 120 | 51 |
| Binary | 10111110 | 10101 | 10111010 | 0 | 1011001 | 10 | 11001 | 100101101 | 1010000 | 101001 |
Color Harmonies of #BE15BA
Complementary color
Monochromatic Colors of #BE15BA
Black with #BE15BA
Text Example
Text Example
White with #BE15BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE15BA; }
p { color: rgb(190,21,186); }
H1.HeaderClassName
{
color: #BE15BA;
}
.AnyTagClassName
{
color: #BE15BA;
}
</style>
background-color css
<style>
a { background-color: #BE15BA; }
a { background-color: rgb(190,21,186); }
div.DivClassName
{
background-color: #BE15BA;
}
.BgClassName
{
background-color: #BE15BA;
}
</style>
border-color css
<style>
span { border-color: #BE15BA; }
span { border-color: rgb(190,21,186); }
td.TdClassName
{
border-color: #BE15BA;
}
.TagClassName
{
border-color: #BE15BA;
}
</style>