Shades of Deep Magenta #BE0BCC
Tints of Deep Magenta #BE0BCC
RGB
CMYK
RGB Variations
Color information
#BE0BCC (or 0xBE0BCC) is known color: Deep Magenta. HEX triplet: BE, 0B and CC. RGB value is (190,11,204). Sum of RGB (Red+Green+Blue) = 190+11+204=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE0BCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BCC is #41F433. Grayscale: #555555. Windows color (decimal): -4322356 or 13372350. OLE color: 13372350.
HSL color Cylindrical-coordinate representation of color #BE0BCC: hue angle of 295.65º 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 #BE0BCC is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 11 | 204 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.2 |
| HSL | 295.65º | 0.9% | 0.42% | - |
| HSV(B) | 295.65º | 0.95% | 0.8% | - |
| XYZ | 32.25 | 15.55 | 58.43 | - |
| YUV | 86.52 | 194.3 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 204 | 0.07 | 0.95 | 0 | 0.2 | 295.65 | 0.9 | 0.42 |
| Hex | BE | B | CC | 7 | 5F | 0 | 14 | 128 | 5A | 2A |
| Octal | 276 | 13 | 314 | 7 | 137 | 0 | 24 | 450 | 132 | 52 |
| Binary | 10111110 | 1011 | 11001100 | 111 | 1011111 | 0 | 10100 | 100101000 | 1011010 | 101010 |
Color Harmonies of #BE0BCC
Complementary color
Monochromatic Colors of #BE0BCC
Black with #BE0BCC
Text Example
Text Example
White with #BE0BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BCC; }
p { color: rgb(190,11,204); }
H1.HeaderClassName
{
color: #BE0BCC;
}
.AnyTagClassName
{
color: #BE0BCC;
}
</style>
background-color css
<style>
a { background-color: #BE0BCC; }
a { background-color: rgb(190,11,204); }
div.DivClassName
{
background-color: #BE0BCC;
}
.BgClassName
{
background-color: #BE0BCC;
}
</style>
border-color css
<style>
span { border-color: #BE0BCC; }
span { border-color: rgb(190,11,204); }
td.TdClassName
{
border-color: #BE0BCC;
}
.TagClassName
{
border-color: #BE0BCC;
}
</style>