Shades of Deep Magenta #BE13CA
Tints of Deep Magenta #BE13CA
RGB
CMYK
RGB Variations
Color information
#BE13CA (or 0xBE13CA) is known color: Deep Magenta. HEX triplet: BE, 13 and CA. RGB value is (190,19,202). Sum of RGB (Red+Green+Blue) = 190+19+202=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE13CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13CA is #41EC35. Grayscale: #5A5A5A. Windows color (decimal): -4320310 or 13243326. OLE color: 13243326.
HSL color Cylindrical-coordinate representation of color #BE13CA: hue angle of 296.07º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE13CA is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 19 | 202 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.21 |
| HSL | 296.07º | 0.83% | 0.43% | - |
| HSV(B) | 296.07º | 0.91% | 0.79% | - |
| XYZ | 32.13 | 15.68 | 57.21 | - |
| YUV | 90.99 | 190.65 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 202 | 0.06 | 0.91 | 0 | 0.21 | 296.07 | 0.83 | 0.43 |
| Hex | BE | 13 | CA | 6 | 5B | 0 | 15 | 128 | 53 | 2B |
| Octal | 276 | 23 | 312 | 6 | 133 | 0 | 25 | 450 | 123 | 53 |
| Binary | 10111110 | 10011 | 11001010 | 110 | 1011011 | 0 | 10101 | 100101000 | 1010011 | 101011 |
Color Harmonies of #BE13CA
Complementary color
Monochromatic Colors of #BE13CA
Black with #BE13CA
Text Example
Text Example
White with #BE13CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13CA; }
p { color: rgb(190,19,202); }
H1.HeaderClassName
{
color: #BE13CA;
}
.AnyTagClassName
{
color: #BE13CA;
}
</style>
background-color css
<style>
a { background-color: #BE13CA; }
a { background-color: rgb(190,19,202); }
div.DivClassName
{
background-color: #BE13CA;
}
.BgClassName
{
background-color: #BE13CA;
}
</style>
border-color css
<style>
span { border-color: #BE13CA; }
span { border-color: rgb(190,19,202); }
td.TdClassName
{
border-color: #BE13CA;
}
.TagClassName
{
border-color: #BE13CA;
}
</style>