Shades of Deep Magenta #BE1DBD
Tints of Deep Magenta #BE1DBD
RGB
CMYK
RGB Variations
Color information
#BE1DBD (or 0xBE1DBD) is known color: Deep Magenta. HEX triplet: BE, 1D and BD. RGB value is (190,29,189). Sum of RGB (Red+Green+Blue) = 190+29+189=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1DBD is #41E242. Grayscale: #5E5E5E. Windows color (decimal): -4317763 or 12393918. OLE color: 12393918.
HSL color Cylindrical-coordinate representation of color #BE1DBD: hue angle of 300.37º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1DBD is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 189 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.25 |
| HSL | 300.37º | 0.74% | 0.43% | - |
| HSV(B) | 300.37º | 0.85% | 0.75% | - |
| XYZ | 30.86 | 15.5 | 49.51 | - |
| YUV | 95.38 | 180.84 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 189 | 0 | 0.85 | 0.01 | 0.25 | 300.37 | 0.74 | 0.43 |
| Hex | BE | 1D | BD | 0 | 55 | 1 | 19 | 12C | 4A | 2B |
| Octal | 276 | 35 | 275 | 0 | 125 | 1 | 31 | 454 | 112 | 53 |
| Binary | 10111110 | 11101 | 10111101 | 0 | 1010101 | 1 | 11001 | 100101100 | 1001010 | 101011 |
Color Harmonies of #BE1DBD
Complementary color
Monochromatic Colors of #BE1DBD
Black with #BE1DBD
Text Example
Text Example
White with #BE1DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1DBD; }
p { color: rgb(190,29,189); }
H1.HeaderClassName
{
color: #BE1DBD;
}
.AnyTagClassName
{
color: #BE1DBD;
}
</style>
background-color css
<style>
a { background-color: #BE1DBD; }
a { background-color: rgb(190,29,189); }
div.DivClassName
{
background-color: #BE1DBD;
}
.BgClassName
{
background-color: #BE1DBD;
}
</style>
border-color css
<style>
span { border-color: #BE1DBD; }
span { border-color: rgb(190,29,189); }
td.TdClassName
{
border-color: #BE1DBD;
}
.TagClassName
{
border-color: #BE1DBD;
}
</style>