Shades of Deep Magenta #BE28CA
Tints of Deep Magenta #BE28CA
RGB
CMYK
RGB Variations
Color information
#BE28CA (or 0xBE28CA) is known color: Deep Magenta. HEX triplet: BE, 28 and CA. RGB value is (190,40,202). Sum of RGB (Red+Green+Blue) = 190+40+202=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE28CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE28CA is #41D735. Grayscale: #666666. Windows color (decimal): -4314934 or 13248702. OLE color: 13248702.
HSL color Cylindrical-coordinate representation of color #BE28CA: hue angle of 295.56º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE28CA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 40 | 202 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.21 |
| HSL | 295.56º | 0.67% | 0.47% | - |
| HSV(B) | 295.56º | 0.8% | 0.79% | - |
| XYZ | 32.65 | 16.73 | 57.39 | - |
| YUV | 103.32 | 183.7 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 202 | 0.06 | 0.80 | 0 | 0.21 | 295.56 | 0.67 | 0.47 |
| Hex | BE | 28 | CA | 6 | 50 | 0 | 15 | 128 | 43 | 2F |
| Octal | 276 | 50 | 312 | 6 | 120 | 0 | 25 | 450 | 103 | 57 |
| Binary | 10111110 | 101000 | 11001010 | 110 | 1010000 | 0 | 10101 | 100101000 | 1000011 | 101111 |
Color Harmonies of #BE28CA
Complementary color
Monochromatic Colors of #BE28CA
Black with #BE28CA
Text Example
Text Example
White with #BE28CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28CA; }
p { color: rgb(190,40,202); }
H1.HeaderClassName
{
color: #BE28CA;
}
.AnyTagClassName
{
color: #BE28CA;
}
</style>
background-color css
<style>
a { background-color: #BE28CA; }
a { background-color: rgb(190,40,202); }
div.DivClassName
{
background-color: #BE28CA;
}
.BgClassName
{
background-color: #BE28CA;
}
</style>
border-color css
<style>
span { border-color: #BE28CA; }
span { border-color: rgb(190,40,202); }
td.TdClassName
{
border-color: #BE28CA;
}
.TagClassName
{
border-color: #BE28CA;
}
</style>