Shades of Deep Magenta #BE0ABC
Tints of Deep Magenta #BE0ABC
RGB
CMYK
RGB Variations
Color information
#BE0ABC (or 0xBE0ABC) is known color: Deep Magenta. HEX triplet: BE, 0A and BC. RGB value is (190,10,188). Sum of RGB (Red+Green+Blue) = 190+10+188=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0ABC is #41F543. Grayscale: #535353. Windows color (decimal): -4322628 or 12323518. OLE color: 12323518.
HSL color Cylindrical-coordinate representation of color #BE0ABC: hue angle of 300.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.01 | 0.25 |
| HSL | 300.67º | 0.9% | 0.39% | - |
| HSV(B) | 300.67º | 0.95% | 0.75% | - |
| XYZ | 30.42 | 14.8 | 48.83 | - |
| YUV | 84.11 | 186.63 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 188 | 0 | 0.95 | 0.01 | 0.25 | 300.67 | 0.9 | 0.39 |
| Hex | BE | A | BC | 0 | 5F | 1 | 19 | 12D | 5A | 27 |
| Octal | 276 | 12 | 274 | 0 | 137 | 1 | 31 | 455 | 132 | 47 |
| Binary | 10111110 | 1010 | 10111100 | 0 | 1011111 | 1 | 11001 | 100101101 | 1011010 | 100111 |
Color Harmonies of #BE0ABC
Complementary color
Monochromatic Colors of #BE0ABC
Black with #BE0ABC
Text Example
Text Example
White with #BE0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0ABC; }
p { color: rgb(190,10,188); }
H1.HeaderClassName
{
color: #BE0ABC;
}
.AnyTagClassName
{
color: #BE0ABC;
}
</style>
background-color css
<style>
a { background-color: #BE0ABC; }
a { background-color: rgb(190,10,188); }
div.DivClassName
{
background-color: #BE0ABC;
}
.BgClassName
{
background-color: #BE0ABC;
}
</style>
border-color css
<style>
span { border-color: #BE0ABC; }
span { border-color: rgb(190,10,188); }
td.TdClassName
{
border-color: #BE0ABC;
}
.TagClassName
{
border-color: #BE0ABC;
}
</style>