Shades of Deep Magenta #BE29CA
Tints of Deep Magenta #BE29CA
RGB
CMYK
RGB Variations
Color information
#BE29CA (or 0xBE29CA) is known color: Deep Magenta. HEX triplet: BE, 29 and CA. RGB value is (190,41,202). Sum of RGB (Red+Green+Blue) = 190+41+202=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE29CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE29CA is #41D635. Grayscale: #676767. Windows color (decimal): -4314678 or 13248958. OLE color: 13248958.
HSL color Cylindrical-coordinate representation of color #BE29CA: hue angle of 295.53º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE29CA is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 41 | 202 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.21 |
| HSL | 295.53º | 0.66% | 0.48% | - |
| HSV(B) | 295.53º | 0.8% | 0.79% | - |
| XYZ | 32.69 | 16.8 | 57.4 | - |
| YUV | 103.91 | 183.36 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 202 | 0.06 | 0.80 | 0 | 0.21 | 295.53 | 0.66 | 0.48 |
| Hex | BE | 29 | CA | 6 | 50 | 0 | 15 | 128 | 42 | 30 |
| Octal | 276 | 51 | 312 | 6 | 120 | 0 | 25 | 450 | 102 | 60 |
| Binary | 10111110 | 101001 | 11001010 | 110 | 1010000 | 0 | 10101 | 100101000 | 1000010 | 110000 |
Color Harmonies of #BE29CA
Complementary color
Monochromatic Colors of #BE29CA
Black with #BE29CA
Text Example
Text Example
White with #BE29CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE29CA; }
p { color: rgb(190,41,202); }
H1.HeaderClassName
{
color: #BE29CA;
}
.AnyTagClassName
{
color: #BE29CA;
}
</style>
background-color css
<style>
a { background-color: #BE29CA; }
a { background-color: rgb(190,41,202); }
div.DivClassName
{
background-color: #BE29CA;
}
.BgClassName
{
background-color: #BE29CA;
}
</style>
border-color css
<style>
span { border-color: #BE29CA; }
span { border-color: rgb(190,41,202); }
td.TdClassName
{
border-color: #BE29CA;
}
.TagClassName
{
border-color: #BE29CA;
}
</style>