Shades of Deep Magenta #BE0BBA
Tints of Deep Magenta #BE0BBA
RGB
CMYK
RGB Variations
Color information
#BE0BBA (or 0xBE0BBA) is known color: Deep Magenta. HEX triplet: BE, 0B and BA. RGB value is (190,11,186). Sum of RGB (Red+Green+Blue) = 190+11+186=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0BBA is #41F445. Grayscale: #535353. Windows color (decimal): -4322374 or 12192702. OLE color: 12192702.
HSL color Cylindrical-coordinate representation of color #BE0BBA: hue angle of 301.34º 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 #BE0BBA is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 186 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.25 |
| HSL | 301.34º | 0.89% | 0.39% | - |
| HSV(B) | 301.34º | 0.94% | 0.75% | - |
| XYZ | 30.22 | 14.73 | 47.71 | - |
| YUV | 84.47 | 185.3 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 186 | 0 | 0.94 | 0.02 | 0.25 | 301.34 | 0.89 | 0.39 |
| Hex | BE | B | BA | 0 | 5E | 2 | 19 | 12D | 59 | 27 |
| Octal | 276 | 13 | 272 | 0 | 136 | 2 | 31 | 455 | 131 | 47 |
| Binary | 10111110 | 1011 | 10111010 | 0 | 1011110 | 10 | 11001 | 100101101 | 1011001 | 100111 |
Color Harmonies of #BE0BBA
Complementary color
Monochromatic Colors of #BE0BBA
Black with #BE0BBA
Text Example
Text Example
White with #BE0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0BBA; }
p { color: rgb(190,11,186); }
H1.HeaderClassName
{
color: #BE0BBA;
}
.AnyTagClassName
{
color: #BE0BBA;
}
</style>
background-color css
<style>
a { background-color: #BE0BBA; }
a { background-color: rgb(190,11,186); }
div.DivClassName
{
background-color: #BE0BBA;
}
.BgClassName
{
background-color: #BE0BBA;
}
</style>
border-color css
<style>
span { border-color: #BE0BBA; }
span { border-color: rgb(190,11,186); }
td.TdClassName
{
border-color: #BE0BBA;
}
.TagClassName
{
border-color: #BE0BBA;
}
</style>