Shades of Deep Magenta #BE0CCA
Tints of Deep Magenta #BE0CCA
RGB
CMYK
RGB Variations
Color information
#BE0CCA (or 0xBE0CCA) is known color: Deep Magenta. HEX triplet: BE, 0C and CA. RGB value is (190,12,202). Sum of RGB (Red+Green+Blue) = 190+12+202=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 12 (5.08% from 255 or 2.97% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CCA is #41F335. Grayscale: #565656. Windows color (decimal): -4322102 or 13241534. OLE color: 13241534.
HSL color Cylindrical-coordinate representation of color #BE0CCA: hue angle of 296.21º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CCA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 12 | 202 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.21 |
| HSL | 296.21º | 0.89% | 0.42% | - |
| HSV(B) | 296.21º | 0.94% | 0.79% | - |
| XYZ | 32.03 | 15.47 | 57.18 | - |
| YUV | 86.88 | 192.97 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 202 | 0.06 | 0.94 | 0 | 0.21 | 296.21 | 0.89 | 0.42 |
| Hex | BE | C | CA | 6 | 5E | 0 | 15 | 128 | 59 | 2A |
| Octal | 276 | 14 | 312 | 6 | 136 | 0 | 25 | 450 | 131 | 52 |
| Binary | 10111110 | 1100 | 11001010 | 110 | 1011110 | 0 | 10101 | 100101000 | 1011001 | 101010 |
Color Harmonies of #BE0CCA
Complementary color
Monochromatic Colors of #BE0CCA
Black with #BE0CCA
Text Example
Text Example
White with #BE0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CCA; }
p { color: rgb(190,12,202); }
H1.HeaderClassName
{
color: #BE0CCA;
}
.AnyTagClassName
{
color: #BE0CCA;
}
</style>
background-color css
<style>
a { background-color: #BE0CCA; }
a { background-color: rgb(190,12,202); }
div.DivClassName
{
background-color: #BE0CCA;
}
.BgClassName
{
background-color: #BE0CCA;
}
</style>
border-color css
<style>
span { border-color: #BE0CCA; }
span { border-color: rgb(190,12,202); }
td.TdClassName
{
border-color: #BE0CCA;
}
.TagClassName
{
border-color: #BE0CCA;
}
</style>