Shades of Deep Magenta #BE20CA
Tints of Deep Magenta #BE20CA
RGB
CMYK
RGB Variations
Color information
#BE20CA (or 0xBE20CA) is known color: Deep Magenta. HEX triplet: BE, 20 and CA. RGB value is (190,32,202). Sum of RGB (Red+Green+Blue) = 190+32+202=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20CA is #41DF35. Grayscale: #626262. Windows color (decimal): -4316982 or 13246654. OLE color: 13246654.
HSL color Cylindrical-coordinate representation of color #BE20CA: hue angle of 295.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE20CA is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 32 | 202 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.21 |
| HSL | 295.76º | 0.73% | 0.46% | - |
| HSV(B) | 295.76º | 0.84% | 0.79% | - |
| XYZ | 32.41 | 16.24 | 57.3 | - |
| YUV | 98.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 202 | 0.06 | 0.84 | 0 | 0.21 | 295.76 | 0.73 | 0.46 |
| Hex | BE | 20 | CA | 6 | 54 | 0 | 15 | 128 | 49 | 2E |
| Octal | 276 | 40 | 312 | 6 | 124 | 0 | 25 | 450 | 111 | 56 |
| Binary | 10111110 | 100000 | 11001010 | 110 | 1010100 | 0 | 10101 | 100101000 | 1001001 | 101110 |
Color Harmonies of #BE20CA
Complementary color
Monochromatic Colors of #BE20CA
Black with #BE20CA
Text Example
Text Example
White with #BE20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE20CA; }
p { color: rgb(190,32,202); }
H1.HeaderClassName
{
color: #BE20CA;
}
.AnyTagClassName
{
color: #BE20CA;
}
</style>
background-color css
<style>
a { background-color: #BE20CA; }
a { background-color: rgb(190,32,202); }
div.DivClassName
{
background-color: #BE20CA;
}
.BgClassName
{
background-color: #BE20CA;
}
</style>
border-color css
<style>
span { border-color: #BE20CA; }
span { border-color: rgb(190,32,202); }
td.TdClassName
{
border-color: #BE20CA;
}
.TagClassName
{
border-color: #BE20CA;
}
</style>