Shades of Deep Magenta #BE06D1
Tints of Deep Magenta #BE06D1
RGB
CMYK
RGB Variations
Color information
#BE06D1 (or 0xBE06D1) is known color: Deep Magenta. HEX triplet: BE, 06 and D1. RGB value is (190,6,209). Sum of RGB (Red+Green+Blue) = 190+6+209=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 209 (82.03% from 255 or 51.60% from 405); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE06D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE06D1 is #41F92E. Grayscale: #535353. Windows color (decimal): -4323631 or 13698750. OLE color: 13698750.
HSL color Cylindrical-coordinate representation of color #BE06D1: hue angle of 294.38º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE06D1 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 6 | 209 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.18 |
| HSL | 294.38º | 0.94% | 0.42% | - |
| HSV(B) | 294.38º | 0.97% | 0.82% | - |
| XYZ | 32.81 | 15.68 | 61.62 | - |
| YUV | 84.16 | 198.46 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 209 | 0.09 | 0.97 | 0 | 0.18 | 294.38 | 0.94 | 0.42 |
| Hex | BE | 6 | D1 | 9 | 61 | 0 | 12 | 126 | 5E | 2A |
| Octal | 276 | 6 | 321 | 11 | 141 | 0 | 22 | 446 | 136 | 52 |
| Binary | 10111110 | 110 | 11010001 | 1001 | 1100001 | 0 | 10010 | 100100110 | 1011110 | 101010 |
Color Harmonies of #BE06D1
Complementary color
Monochromatic Colors of #BE06D1
Black with #BE06D1
Text Example
Text Example
White with #BE06D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE06D1; }
p { color: rgb(190,6,209); }
H1.HeaderClassName
{
color: #BE06D1;
}
.AnyTagClassName
{
color: #BE06D1;
}
</style>
background-color css
<style>
a { background-color: #BE06D1; }
a { background-color: rgb(190,6,209); }
div.DivClassName
{
background-color: #BE06D1;
}
.BgClassName
{
background-color: #BE06D1;
}
</style>
border-color css
<style>
span { border-color: #BE06D1; }
span { border-color: rgb(190,6,209); }
td.TdClassName
{
border-color: #BE06D1;
}
.TagClassName
{
border-color: #BE06D1;
}
</style>