Shades of Deep Magenta #BE06CA
Tints of Deep Magenta #BE06CA
RGB
CMYK
RGB Variations
Color information
#BE06CA (or 0xBE06CA) is known color: Deep Magenta. HEX triplet: BE, 06 and CA. RGB value is (190,6,202). Sum of RGB (Red+Green+Blue) = 190+6+202=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE06CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE06CA is #41F935. Grayscale: #525252. Windows color (decimal): -4323638 or 13239998. OLE color: 13239998.
HSL color Cylindrical-coordinate representation of color #BE06CA: hue angle of 296.33º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE06CA is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 6 | 202 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.21 |
| HSL | 296.33º | 0.94% | 0.41% | - |
| HSV(B) | 296.33º | 0.97% | 0.79% | - |
| XYZ | 31.96 | 15.34 | 57.15 | - |
| YUV | 83.36 | 194.96 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 202 | 0.06 | 0.97 | 0 | 0.21 | 296.33 | 0.94 | 0.41 |
| Hex | BE | 6 | CA | 6 | 61 | 0 | 15 | 128 | 5E | 29 |
| Octal | 276 | 6 | 312 | 6 | 141 | 0 | 25 | 450 | 136 | 51 |
| Binary | 10111110 | 110 | 11001010 | 110 | 1100001 | 0 | 10101 | 100101000 | 1011110 | 101001 |
Color Harmonies of #BE06CA
Complementary color
Monochromatic Colors of #BE06CA
Black with #BE06CA
Text Example
Text Example
White with #BE06CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE06CA; }
p { color: rgb(190,6,202); }
H1.HeaderClassName
{
color: #BE06CA;
}
.AnyTagClassName
{
color: #BE06CA;
}
</style>
background-color css
<style>
a { background-color: #BE06CA; }
a { background-color: rgb(190,6,202); }
div.DivClassName
{
background-color: #BE06CA;
}
.BgClassName
{
background-color: #BE06CA;
}
</style>
border-color css
<style>
span { border-color: #BE06CA; }
span { border-color: rgb(190,6,202); }
td.TdClassName
{
border-color: #BE06CA;
}
.TagClassName
{
border-color: #BE06CA;
}
</style>