Shades of Deep Magenta #BE13C0
Tints of Deep Magenta #BE13C0
RGB
CMYK
RGB Variations
Color information
#BE13C0 (or 0xBE13C0) is known color: Deep Magenta. HEX triplet: BE, 13 and C0. RGB value is (190,19,192). Sum of RGB (Red+Green+Blue) = 190+19+192=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 19 (7.81% from 255 or 4.74% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE13C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13C0 is #41EC3F. Grayscale: #595959. Windows color (decimal): -4320320 or 12587966. OLE color: 12587966.
HSL color Cylindrical-coordinate representation of color #BE13C0: hue angle of 299.31º 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 #BE13C0 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 192 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.25 |
| HSL | 299.31º | 0.82% | 0.41% | - |
| HSV(B) | 299.31º | 0.9% | 0.75% | - |
| XYZ | 30.98 | 15.22 | 51.17 | - |
| YUV | 89.85 | 185.65 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 192 | 0.01 | 0.90 | 0 | 0.25 | 299.31 | 0.82 | 0.41 |
| Hex | BE | 13 | C0 | 1 | 5A | 0 | 19 | 12B | 52 | 29 |
| Octal | 276 | 23 | 300 | 1 | 132 | 0 | 31 | 453 | 122 | 51 |
| Binary | 10111110 | 10011 | 11000000 | 1 | 1011010 | 0 | 11001 | 100101011 | 1010010 | 101001 |
Color Harmonies of #BE13C0
Complementary color
Monochromatic Colors of #BE13C0
Black with #BE13C0
Text Example
Text Example
White with #BE13C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13C0; }
p { color: rgb(190,19,192); }
H1.HeaderClassName
{
color: #BE13C0;
}
.AnyTagClassName
{
color: #BE13C0;
}
</style>
background-color css
<style>
a { background-color: #BE13C0; }
a { background-color: rgb(190,19,192); }
div.DivClassName
{
background-color: #BE13C0;
}
.BgClassName
{
background-color: #BE13C0;
}
</style>
border-color css
<style>
span { border-color: #BE13C0; }
span { border-color: rgb(190,19,192); }
td.TdClassName
{
border-color: #BE13C0;
}
.TagClassName
{
border-color: #BE13C0;
}
</style>