Shades of Deep Magenta #BE1DBB
Tints of Deep Magenta #BE1DBB
RGB
CMYK
RGB Variations
Color information
#BE1DBB (or 0xBE1DBB) is known color: Deep Magenta. HEX triplet: BE, 1D and BB. RGB value is (190,29,187). Sum of RGB (Red+Green+Blue) = 190+29+187=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE1DBB is #41E244. Grayscale: #5E5E5E. Windows color (decimal): -4317765 or 12262846. OLE color: 12262846.
HSL color Cylindrical-coordinate representation of color #BE1DBB: hue angle of 301.12º 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 #BE1DBB is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 187 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.25 |
| HSL | 301.12º | 0.74% | 0.43% | - |
| HSV(B) | 301.12º | 0.85% | 0.75% | - |
| XYZ | 30.64 | 15.41 | 48.37 | - |
| YUV | 95.15 | 179.84 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 187 | 0 | 0.85 | 0.02 | 0.25 | 301.12 | 0.74 | 0.43 |
| Hex | BE | 1D | BB | 0 | 55 | 2 | 19 | 12D | 4A | 2B |
| Octal | 276 | 35 | 273 | 0 | 125 | 2 | 31 | 455 | 112 | 53 |
| Binary | 10111110 | 11101 | 10111011 | 0 | 1010101 | 10 | 11001 | 100101101 | 1001010 | 101011 |
Color Harmonies of #BE1DBB
Complementary color
Monochromatic Colors of #BE1DBB
Black with #BE1DBB
Text Example
Text Example
White with #BE1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1DBB; }
p { color: rgb(190,29,187); }
H1.HeaderClassName
{
color: #BE1DBB;
}
.AnyTagClassName
{
color: #BE1DBB;
}
</style>
background-color css
<style>
a { background-color: #BE1DBB; }
a { background-color: rgb(190,29,187); }
div.DivClassName
{
background-color: #BE1DBB;
}
.BgClassName
{
background-color: #BE1DBB;
}
</style>
border-color css
<style>
span { border-color: #BE1DBB; }
span { border-color: rgb(190,29,187); }
td.TdClassName
{
border-color: #BE1DBB;
}
.TagClassName
{
border-color: #BE1DBB;
}
</style>