Shades of Deep Magenta #BE0DB1
Tints of Deep Magenta #BE0DB1
RGB
CMYK
RGB Variations
Color information
#BE0DB1 (or 0xBE0DB1) is known color: Deep Magenta. HEX triplet: BE, 0D and B1. RGB value is (190,13,177). Sum of RGB (Red+Green+Blue) = 190+13+177=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 177 (69.53% from 255 or 46.58% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DB1 is #41F24E. Grayscale: #545454. Windows color (decimal): -4321871 or 11603390. OLE color: 11603390.
HSL color Cylindrical-coordinate representation of color #BE0DB1: hue angle of 304.41º 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 #BE0DB1 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 177 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.25 |
| HSL | 304.41º | 0.87% | 0.4% | - |
| HSV(B) | 304.41º | 0.93% | 0.75% | - |
| XYZ | 29.31 | 14.41 | 42.83 | - |
| YUV | 84.62 | 180.14 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 177 | 0 | 0.93 | 0.07 | 0.25 | 304.41 | 0.87 | 0.4 |
| Hex | BE | D | B1 | 0 | 5D | 7 | 19 | 130 | 57 | 28 |
| Octal | 276 | 15 | 261 | 0 | 135 | 7 | 31 | 460 | 127 | 50 |
| Binary | 10111110 | 1101 | 10110001 | 0 | 1011101 | 111 | 11001 | 100110000 | 1010111 | 101000 |
Color Harmonies of #BE0DB1
Complementary color
Monochromatic Colors of #BE0DB1
Black with #BE0DB1
Text Example
Text Example
White with #BE0DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DB1; }
p { color: rgb(190,13,177); }
H1.HeaderClassName
{
color: #BE0DB1;
}
.AnyTagClassName
{
color: #BE0DB1;
}
</style>
background-color css
<style>
a { background-color: #BE0DB1; }
a { background-color: rgb(190,13,177); }
div.DivClassName
{
background-color: #BE0DB1;
}
.BgClassName
{
background-color: #BE0DB1;
}
</style>
border-color css
<style>
span { border-color: #BE0DB1; }
span { border-color: rgb(190,13,177); }
td.TdClassName
{
border-color: #BE0DB1;
}
.TagClassName
{
border-color: #BE0DB1;
}
</style>