Shades of Deep Magenta #BE0DBE
Tints of Deep Magenta #BE0DBE
RGB
CMYK
RGB Variations
Color information
#BE0DBE (or 0xBE0DBE) is known color: Deep Magenta. HEX triplet: BE, 0D and BE. RGB value is (190,13,190). Sum of RGB (Red+Green+Blue) = 190+13+190=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE0DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DBE is #41F241. Grayscale: #555555. Windows color (decimal): -4321858 or 12455358. OLE color: 12455358.
HSL color Cylindrical-coordinate representation of color #BE0DBE: hue angle of 300º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0DBE is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 190 | - |
| CMYK | 0 | 0.93 | 0 | 0.25 |
| HSL | 300º | 0.87% | 0.4% | - |
| HSV(B) | 300º | 0.93% | 0.75% | - |
| XYZ | 30.67 | 14.95 | 49.98 | - |
| YUV | 86.1 | 186.64 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 190 | 0 | 0.93 | 0 | 0.25 | 300 | 0.87 | 0.4 |
| Hex | BE | D | BE | 0 | 5D | 0 | 19 | 12C | 57 | 28 |
| Octal | 276 | 15 | 276 | 0 | 135 | 0 | 31 | 454 | 127 | 50 |
| Binary | 10111110 | 1101 | 10111110 | 0 | 1011101 | 0 | 11001 | 100101100 | 1010111 | 101000 |
Color Harmonies of #BE0DBE
Complementary color
Monochromatic Colors of #BE0DBE
Black with #BE0DBE
Text Example
Text Example
White with #BE0DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DBE; }
p { color: rgb(190,13,190); }
H1.HeaderClassName
{
color: #BE0DBE;
}
.AnyTagClassName
{
color: #BE0DBE;
}
</style>
background-color css
<style>
a { background-color: #BE0DBE; }
a { background-color: rgb(190,13,190); }
div.DivClassName
{
background-color: #BE0DBE;
}
.BgClassName
{
background-color: #BE0DBE;
}
</style>
border-color css
<style>
span { border-color: #BE0DBE; }
span { border-color: rgb(190,13,190); }
td.TdClassName
{
border-color: #BE0DBE;
}
.TagClassName
{
border-color: #BE0DBE;
}
</style>