Shades of Deep Magenta #BE0CAB
Tints of Deep Magenta #BE0CAB
RGB
CMYK
RGB Variations
Color information
#BE0CAB (or 0xBE0CAB) is known color: Deep Magenta. HEX triplet: BE, 0C and AB. RGB value is (190,12,171). Sum of RGB (Red+Green+Blue) = 190+12+171=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0CAB is #41F354. Grayscale: #525252. Windows color (decimal): -4322133 or 11209918. OLE color: 11209918.
HSL color Cylindrical-coordinate representation of color #BE0CAB: hue angle of 306.4º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0CAB is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 171 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.25 |
| HSL | 306.4º | 0.88% | 0.4% | - |
| HSV(B) | 306.4º | 0.94% | 0.75% | - |
| XYZ | 28.72 | 14.15 | 39.75 | - |
| YUV | 83.35 | 177.47 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 171 | 0 | 0.94 | 0.10 | 0.25 | 306.4 | 0.88 | 0.4 |
| Hex | BE | C | AB | 0 | 5E | A | 19 | 132 | 58 | 28 |
| Octal | 276 | 14 | 253 | 0 | 136 | 12 | 31 | 462 | 130 | 50 |
| Binary | 10111110 | 1100 | 10101011 | 0 | 1011110 | 1010 | 11001 | 100110010 | 1011000 | 101000 |
Color Harmonies of #BE0CAB
Complementary color
Monochromatic Colors of #BE0CAB
Black with #BE0CAB
Text Example
Text Example
White with #BE0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0CAB; }
p { color: rgb(190,12,171); }
H1.HeaderClassName
{
color: #BE0CAB;
}
.AnyTagClassName
{
color: #BE0CAB;
}
</style>
background-color css
<style>
a { background-color: #BE0CAB; }
a { background-color: rgb(190,12,171); }
div.DivClassName
{
background-color: #BE0CAB;
}
.BgClassName
{
background-color: #BE0CAB;
}
</style>
border-color css
<style>
span { border-color: #BE0CAB; }
span { border-color: rgb(190,12,171); }
td.TdClassName
{
border-color: #BE0CAB;
}
.TagClassName
{
border-color: #BE0CAB;
}
</style>