Shades of Deep Magenta #BE0DCF
Tints of Deep Magenta #BE0DCF
RGB
CMYK
RGB Variations
Color information
#BE0DCF (or 0xBE0DCF) is known color: Deep Magenta. HEX triplet: BE, 0D and CF. RGB value is (190,13,207). Sum of RGB (Red+Green+Blue) = 190+13+207=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DCF is #41F230. Grayscale: #575757. Windows color (decimal): -4321841 or 13569470. OLE color: 13569470.
HSL color Cylindrical-coordinate representation of color #BE0DCF: hue angle of 294.74º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0DCF is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 13 | 207 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.19 |
| HSL | 294.74º | 0.88% | 0.43% | - |
| HSV(B) | 294.74º | 0.94% | 0.81% | - |
| XYZ | 32.64 | 15.74 | 60.35 | - |
| YUV | 88.04 | 195.14 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 207 | 0.08 | 0.94 | 0 | 0.19 | 294.74 | 0.88 | 0.43 |
| Hex | BE | D | CF | 8 | 5E | 0 | 13 | 127 | 58 | 2B |
| Octal | 276 | 15 | 317 | 10 | 136 | 0 | 23 | 447 | 130 | 53 |
| Binary | 10111110 | 1101 | 11001111 | 1000 | 1011110 | 0 | 10011 | 100100111 | 1011000 | 101011 |
Color Harmonies of #BE0DCF
Complementary color
Monochromatic Colors of #BE0DCF
Black with #BE0DCF
Text Example
Text Example
White with #BE0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DCF; }
p { color: rgb(190,13,207); }
H1.HeaderClassName
{
color: #BE0DCF;
}
.AnyTagClassName
{
color: #BE0DCF;
}
</style>
background-color css
<style>
a { background-color: #BE0DCF; }
a { background-color: rgb(190,13,207); }
div.DivClassName
{
background-color: #BE0DCF;
}
.BgClassName
{
background-color: #BE0DCF;
}
</style>
border-color css
<style>
span { border-color: #BE0DCF; }
span { border-color: rgb(190,13,207); }
td.TdClassName
{
border-color: #BE0DCF;
}
.TagClassName
{
border-color: #BE0DCF;
}
</style>