Shades of Deep Magenta #BE0CBD
Tints of Deep Magenta #BE0CBD
RGB
CMYK
RGB Variations
Color information
#BE0CBD (or 0xBE0CBD) is known color: Deep Magenta. HEX triplet: BE, 0C and BD. RGB value is (190,12,189). Sum of RGB (Red+Green+Blue) = 190+12+189=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0CBD is #41F342. Grayscale: #545454. Windows color (decimal): -4322115 or 12389566. OLE color: 12389566.
HSL color Cylindrical-coordinate representation of color #BE0CBD: hue angle of 300.34º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CBD is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 189 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.25 |
| HSL | 300.34º | 0.88% | 0.4% | - |
| HSV(B) | 300.34º | 0.94% | 0.75% | - |
| XYZ | 30.55 | 14.88 | 49.41 | - |
| YUV | 85.4 | 186.47 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 189 | 0 | 0.94 | 0.01 | 0.25 | 300.34 | 0.88 | 0.4 |
| Hex | BE | C | BD | 0 | 5E | 1 | 19 | 12C | 58 | 28 |
| Octal | 276 | 14 | 275 | 0 | 136 | 1 | 31 | 454 | 130 | 50 |
| Binary | 10111110 | 1100 | 10111101 | 0 | 1011110 | 1 | 11001 | 100101100 | 1011000 | 101000 |
Color Harmonies of #BE0CBD
Complementary color
Monochromatic Colors of #BE0CBD
Black with #BE0CBD
Text Example
Text Example
White with #BE0CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CBD; }
p { color: rgb(190,12,189); }
H1.HeaderClassName
{
color: #BE0CBD;
}
.AnyTagClassName
{
color: #BE0CBD;
}
</style>
background-color css
<style>
a { background-color: #BE0CBD; }
a { background-color: rgb(190,12,189); }
div.DivClassName
{
background-color: #BE0CBD;
}
.BgClassName
{
background-color: #BE0CBD;
}
</style>
border-color css
<style>
span { border-color: #BE0CBD; }
span { border-color: rgb(190,12,189); }
td.TdClassName
{
border-color: #BE0CBD;
}
.TagClassName
{
border-color: #BE0CBD;
}
</style>