Shades of Deep Magenta #BE0BBC
Tints of Deep Magenta #BE0BBC
RGB
CMYK
RGB Variations
Color information
#BE0BBC (or 0xBE0BBC) is known color: Deep Magenta. HEX triplet: BE, 0B and BC. RGB value is (190,11,188). Sum of RGB (Red+Green+Blue) = 190+11+188=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 11 (4.69% from 255 or 2.83% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BBC is #41F443. Grayscale: #545454. Windows color (decimal): -4322372 or 12323774. OLE color: 12323774.
HSL color Cylindrical-coordinate representation of color #BE0BBC: hue angle of 300.67º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0BBC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 188 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.25 |
| HSL | 300.67º | 0.89% | 0.39% | - |
| HSV(B) | 300.67º | 0.94% | 0.75% | - |
| XYZ | 30.43 | 14.82 | 48.83 | - |
| YUV | 84.7 | 186.3 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 188 | 0 | 0.94 | 0.01 | 0.25 | 300.67 | 0.89 | 0.39 |
| Hex | BE | B | BC | 0 | 5E | 1 | 19 | 12D | 59 | 27 |
| Octal | 276 | 13 | 274 | 0 | 136 | 1 | 31 | 455 | 131 | 47 |
| Binary | 10111110 | 1011 | 10111100 | 0 | 1011110 | 1 | 11001 | 100101101 | 1011001 | 100111 |
Color Harmonies of #BE0BBC
Complementary color
Monochromatic Colors of #BE0BBC
Black with #BE0BBC
Text Example
Text Example
White with #BE0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BBC; }
p { color: rgb(190,11,188); }
H1.HeaderClassName
{
color: #BE0BBC;
}
.AnyTagClassName
{
color: #BE0BBC;
}
</style>
background-color css
<style>
a { background-color: #BE0BBC; }
a { background-color: rgb(190,11,188); }
div.DivClassName
{
background-color: #BE0BBC;
}
.BgClassName
{
background-color: #BE0BBC;
}
</style>
border-color css
<style>
span { border-color: #BE0BBC; }
span { border-color: rgb(190,11,188); }
td.TdClassName
{
border-color: #BE0BBC;
}
.TagClassName
{
border-color: #BE0BBC;
}
</style>