Shades of Deep Magenta #BE13D5
Tints of Deep Magenta #BE13D5
RGB
CMYK
RGB Variations
Color information
#BE13D5 (or 0xBE13D5) is known color: Deep Magenta. HEX triplet: BE, 13 and D5. RGB value is (190,19,213). Sum of RGB (Red+Green+Blue) = 190+19+213=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE13D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE13D5 is #41EC2A. Grayscale: #5B5B5B. Windows color (decimal): -4320299 or 13964222. OLE color: 13964222.
HSL color Cylindrical-coordinate representation of color #BE13D5: hue angle of 292.89º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE13D5 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 19 | 213 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.16 |
| HSL | 292.89º | 0.84% | 0.45% | - |
| HSV(B) | 292.89º | 0.91% | 0.84% | - |
| XYZ | 33.48 | 16.22 | 64.32 | - |
| YUV | 92.25 | 196.15 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 213 | 0.11 | 0.91 | 0 | 0.16 | 292.89 | 0.84 | 0.45 |
| Hex | BE | 13 | D5 | B | 5B | 0 | 10 | 125 | 54 | 2D |
| Octal | 276 | 23 | 325 | 13 | 133 | 0 | 20 | 445 | 124 | 55 |
| Binary | 10111110 | 10011 | 11010101 | 1011 | 1011011 | 0 | 10000 | 100100101 | 1010100 | 101101 |
Color Harmonies of #BE13D5
Complementary color
Monochromatic Colors of #BE13D5
Black with #BE13D5
Text Example
Text Example
White with #BE13D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13D5; }
p { color: rgb(190,19,213); }
H1.HeaderClassName
{
color: #BE13D5;
}
.AnyTagClassName
{
color: #BE13D5;
}
</style>
background-color css
<style>
a { background-color: #BE13D5; }
a { background-color: rgb(190,19,213); }
div.DivClassName
{
background-color: #BE13D5;
}
.BgClassName
{
background-color: #BE13D5;
}
</style>
border-color css
<style>
span { border-color: #BE13D5; }
span { border-color: rgb(190,19,213); }
td.TdClassName
{
border-color: #BE13D5;
}
.TagClassName
{
border-color: #BE13D5;
}
</style>