Shades of Deep Magenta #BE13BA
Tints of Deep Magenta #BE13BA
RGB
CMYK
RGB Variations
Color information
#BE13BA (or 0xBE13BA) is known color: Deep Magenta. HEX triplet: BE, 13 and BA. RGB value is (190,19,186). Sum of RGB (Red+Green+Blue) = 190+19+186=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13BA is #41EC45. Grayscale: #585858. Windows color (decimal): -4320326 or 12194750. OLE color: 12194750.
HSL color Cylindrical-coordinate representation of color #BE13BA: hue angle of 301.4º degrees, saturation: 0.82, 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 #BE13BA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 186 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.25 |
| HSL | 301.4º | 0.82% | 0.41% | - |
| HSV(B) | 301.4º | 0.9% | 0.75% | - |
| XYZ | 30.33 | 14.96 | 47.74 | - |
| YUV | 89.17 | 182.65 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 186 | 0 | 0.90 | 0.02 | 0.25 | 301.4 | 0.82 | 0.41 |
| Hex | BE | 13 | BA | 0 | 5A | 2 | 19 | 12D | 52 | 29 |
| Octal | 276 | 23 | 272 | 0 | 132 | 2 | 31 | 455 | 122 | 51 |
| Binary | 10111110 | 10011 | 10111010 | 0 | 1011010 | 10 | 11001 | 100101101 | 1010010 | 101001 |
Color Harmonies of #BE13BA
Complementary color
Monochromatic Colors of #BE13BA
Black with #BE13BA
Text Example
Text Example
White with #BE13BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13BA; }
p { color: rgb(190,19,186); }
H1.HeaderClassName
{
color: #BE13BA;
}
.AnyTagClassName
{
color: #BE13BA;
}
</style>
background-color css
<style>
a { background-color: #BE13BA; }
a { background-color: rgb(190,19,186); }
div.DivClassName
{
background-color: #BE13BA;
}
.BgClassName
{
background-color: #BE13BA;
}
</style>
border-color css
<style>
span { border-color: #BE13BA; }
span { border-color: rgb(190,19,186); }
td.TdClassName
{
border-color: #BE13BA;
}
.TagClassName
{
border-color: #BE13BA;
}
</style>