Shades of Deep Magenta #BE06C0
Tints of Deep Magenta #BE06C0
RGB
CMYK
RGB Variations
Color information
#BE06C0 (or 0xBE06C0) is known color: Deep Magenta. HEX triplet: BE, 06 and C0. RGB value is (190,6,192). Sum of RGB (Red+Green+Blue) = 190+6+192=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE06C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE06C0 is #41F93F. Grayscale: #515151. Windows color (decimal): -4323648 or 12584638. OLE color: 12584638.
HSL color Cylindrical-coordinate representation of color #BE06C0: hue angle of 299.35º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE06C0 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 192 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.25 |
| HSL | 299.35º | 0.94% | 0.39% | - |
| HSV(B) | 299.35º | 0.97% | 0.75% | - |
| XYZ | 30.81 | 14.88 | 51.12 | - |
| YUV | 82.22 | 189.96 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 192 | 0.01 | 0.97 | 0 | 0.25 | 299.35 | 0.94 | 0.39 |
| Hex | BE | 6 | C0 | 1 | 61 | 0 | 19 | 12B | 5E | 27 |
| Octal | 276 | 6 | 300 | 1 | 141 | 0 | 31 | 453 | 136 | 47 |
| Binary | 10111110 | 110 | 11000000 | 1 | 1100001 | 0 | 11001 | 100101011 | 1011110 | 100111 |
Color Harmonies of #BE06C0
Complementary color
Monochromatic Colors of #BE06C0
Black with #BE06C0
Text Example
Text Example
White with #BE06C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE06C0; }
p { color: rgb(190,6,192); }
H1.HeaderClassName
{
color: #BE06C0;
}
.AnyTagClassName
{
color: #BE06C0;
}
</style>
background-color css
<style>
a { background-color: #BE06C0; }
a { background-color: rgb(190,6,192); }
div.DivClassName
{
background-color: #BE06C0;
}
.BgClassName
{
background-color: #BE06C0;
}
</style>
border-color css
<style>
span { border-color: #BE06C0; }
span { border-color: rgb(190,6,192); }
td.TdClassName
{
border-color: #BE06C0;
}
.TagClassName
{
border-color: #BE06C0;
}
</style>