Shades of Deep Magenta #BE0DBD
Tints of Deep Magenta #BE0DBD
RGB
CMYK
RGB Variations
Color information
#BE0DBD (or 0xBE0DBD) is known color: Deep Magenta. HEX triplet: BE, 0D and BD. RGB value is (190,13,189). Sum of RGB (Red+Green+Blue) = 190+13+189=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DBD is #41F242. Grayscale: #555555. Windows color (decimal): -4321859 or 12389822. OLE color: 12389822.
HSL color Cylindrical-coordinate representation of color #BE0DBD: hue angle of 300.34º 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 #BE0DBD is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 189 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.25 |
| HSL | 300.34º | 0.87% | 0.4% | - |
| HSV(B) | 300.34º | 0.93% | 0.75% | - |
| XYZ | 30.56 | 14.91 | 49.41 | - |
| YUV | 85.99 | 186.14 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 189 | 0 | 0.93 | 0.01 | 0.25 | 300.34 | 0.87 | 0.4 |
| Hex | BE | D | BD | 0 | 5D | 1 | 19 | 12C | 57 | 28 |
| Octal | 276 | 15 | 275 | 0 | 135 | 1 | 31 | 454 | 127 | 50 |
| Binary | 10111110 | 1101 | 10111101 | 0 | 1011101 | 1 | 11001 | 100101100 | 1010111 | 101000 |
Color Harmonies of #BE0DBD
Complementary color
Monochromatic Colors of #BE0DBD
Black with #BE0DBD
Text Example
Text Example
White with #BE0DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DBD; }
p { color: rgb(190,13,189); }
H1.HeaderClassName
{
color: #BE0DBD;
}
.AnyTagClassName
{
color: #BE0DBD;
}
</style>
background-color css
<style>
a { background-color: #BE0DBD; }
a { background-color: rgb(190,13,189); }
div.DivClassName
{
background-color: #BE0DBD;
}
.BgClassName
{
background-color: #BE0DBD;
}
</style>
border-color css
<style>
span { border-color: #BE0DBD; }
span { border-color: rgb(190,13,189); }
td.TdClassName
{
border-color: #BE0DBD;
}
.TagClassName
{
border-color: #BE0DBD;
}
</style>