Shades of Deep Magenta #BE13CE
Tints of Deep Magenta #BE13CE
RGB
CMYK
RGB Variations
Color information
#BE13CE (or 0xBE13CE) is known color: Deep Magenta. HEX triplet: BE, 13 and CE. RGB value is (190,19,206). Sum of RGB (Red+Green+Blue) = 190+19+206=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE13CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13CE is #41EC31. Grayscale: #5A5A5A. Windows color (decimal): -4320306 or 13505470. OLE color: 13505470.
HSL color Cylindrical-coordinate representation of color #BE13CE: hue angle of 294.87º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE13CE is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 19 | 206 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.19 |
| HSL | 294.87º | 0.83% | 0.44% | - |
| HSV(B) | 294.87º | 0.91% | 0.81% | - |
| XYZ | 32.61 | 15.87 | 59.74 | - |
| YUV | 91.45 | 192.65 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 206 | 0.08 | 0.91 | 0 | 0.19 | 294.87 | 0.83 | 0.44 |
| Hex | BE | 13 | CE | 8 | 5B | 0 | 13 | 127 | 53 | 2C |
| Octal | 276 | 23 | 316 | 10 | 133 | 0 | 23 | 447 | 123 | 54 |
| Binary | 10111110 | 10011 | 11001110 | 1000 | 1011011 | 0 | 10011 | 100100111 | 1010011 | 101100 |
Color Harmonies of #BE13CE
Complementary color
Monochromatic Colors of #BE13CE
Black with #BE13CE
Text Example
Text Example
White with #BE13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13CE; }
p { color: rgb(190,19,206); }
H1.HeaderClassName
{
color: #BE13CE;
}
.AnyTagClassName
{
color: #BE13CE;
}
</style>
background-color css
<style>
a { background-color: #BE13CE; }
a { background-color: rgb(190,19,206); }
div.DivClassName
{
background-color: #BE13CE;
}
.BgClassName
{
background-color: #BE13CE;
}
</style>
border-color css
<style>
span { border-color: #BE13CE; }
span { border-color: rgb(190,19,206); }
td.TdClassName
{
border-color: #BE13CE;
}
.TagClassName
{
border-color: #BE13CE;
}
</style>