Shades of Deep Magenta #BE0DBB
Tints of Deep Magenta #BE0DBB
RGB
CMYK
RGB Variations
Color information
#BE0DBB (or 0xBE0DBB) is known color: Deep Magenta. HEX triplet: BE, 0D and BB. RGB value is (190,13,187). Sum of RGB (Red+Green+Blue) = 190+13+187=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0DBB is #41F244. Grayscale: #555555. Windows color (decimal): -4321861 or 12258750. OLE color: 12258750.
HSL color Cylindrical-coordinate representation of color #BE0DBB: hue angle of 301.02º 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 #BE0DBB is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 187 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.25 |
| HSL | 301.02º | 0.87% | 0.4% | - |
| HSV(B) | 301.02º | 0.93% | 0.75% | - |
| XYZ | 30.35 | 14.82 | 48.28 | - |
| YUV | 85.76 | 185.14 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 187 | 0 | 0.93 | 0.02 | 0.25 | 301.02 | 0.87 | 0.4 |
| Hex | BE | D | BB | 0 | 5D | 2 | 19 | 12D | 57 | 28 |
| Octal | 276 | 15 | 273 | 0 | 135 | 2 | 31 | 455 | 127 | 50 |
| Binary | 10111110 | 1101 | 10111011 | 0 | 1011101 | 10 | 11001 | 100101101 | 1010111 | 101000 |
Color Harmonies of #BE0DBB
Complementary color
Monochromatic Colors of #BE0DBB
Black with #BE0DBB
Text Example
Text Example
White with #BE0DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0DBB; }
p { color: rgb(190,13,187); }
H1.HeaderClassName
{
color: #BE0DBB;
}
.AnyTagClassName
{
color: #BE0DBB;
}
</style>
background-color css
<style>
a { background-color: #BE0DBB; }
a { background-color: rgb(190,13,187); }
div.DivClassName
{
background-color: #BE0DBB;
}
.BgClassName
{
background-color: #BE0DBB;
}
</style>
border-color css
<style>
span { border-color: #BE0DBB; }
span { border-color: rgb(190,13,187); }
td.TdClassName
{
border-color: #BE0DBB;
}
.TagClassName
{
border-color: #BE0DBB;
}
</style>