Shades of Deep Magenta #BE0BCD
Tints of Deep Magenta #BE0BCD
RGB
CMYK
RGB Variations
Color information
#BE0BCD (or 0xBE0BCD) is known color: Deep Magenta. HEX triplet: BE, 0B and CD. RGB value is (190,11,205). Sum of RGB (Red+Green+Blue) = 190+11+205=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE0BCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BCD is #41F432. Grayscale: #565656. Windows color (decimal): -4322355 or 13437886. OLE color: 13437886.
HSL color Cylindrical-coordinate representation of color #BE0BCD: hue angle of 295.36º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0BCD is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 11 | 205 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.20 |
| HSL | 295.36º | 0.9% | 0.42% | - |
| HSV(B) | 295.36º | 0.95% | 0.8% | - |
| XYZ | 32.37 | 15.59 | 59.06 | - |
| YUV | 86.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 205 | 0.07 | 0.95 | 0 | 0.20 | 295.36 | 0.9 | 0.42 |
| Hex | BE | B | CD | 7 | 5F | 0 | 14 | 127 | 5A | 2A |
| Octal | 276 | 13 | 315 | 7 | 137 | 0 | 24 | 447 | 132 | 52 |
| Binary | 10111110 | 1011 | 11001101 | 111 | 1011111 | 0 | 10100 | 100100111 | 1011010 | 101010 |
Color Harmonies of #BE0BCD
Complementary color
Monochromatic Colors of #BE0BCD
Black with #BE0BCD
Text Example
Text Example
White with #BE0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BCD; }
p { color: rgb(190,11,205); }
H1.HeaderClassName
{
color: #BE0BCD;
}
.AnyTagClassName
{
color: #BE0BCD;
}
</style>
background-color css
<style>
a { background-color: #BE0BCD; }
a { background-color: rgb(190,11,205); }
div.DivClassName
{
background-color: #BE0BCD;
}
.BgClassName
{
background-color: #BE0BCD;
}
</style>
border-color css
<style>
span { border-color: #BE0BCD; }
span { border-color: rgb(190,11,205); }
td.TdClassName
{
border-color: #BE0BCD;
}
.TagClassName
{
border-color: #BE0BCD;
}
</style>