Shades of Medium Red Violet #BE2AAB
Tints of Medium Red Violet #BE2AAB
RGB
CMYK
RGB Variations
Color information
#BE2AAB (or 0xBE2AAB) is known color: Medium Red Violet. HEX triplet: BE, 2A and AB. RGB value is (190,42,171). Sum of RGB (Red+Green+Blue) = 190+42+171=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2AAB is #41D554. Grayscale: #646464. Windows color (decimal): -4314453 or 11217598. OLE color: 11217598.
HSL color Cylindrical-coordinate representation of color #BE2AAB: hue angle of 307.7º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2AAB is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 171 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.25 |
| HSL | 307.7º | 0.64% | 0.45% | - |
| HSV(B) | 307.7º | 0.78% | 0.75% | - |
| XYZ | 29.41 | 15.54 | 39.98 | - |
| YUV | 100.96 | 167.53 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 171 | 0 | 0.78 | 0.10 | 0.25 | 307.7 | 0.64 | 0.45 |
| Hex | BE | 2A | AB | 0 | 4E | A | 19 | 134 | 40 | 2D |
| Octal | 276 | 52 | 253 | 0 | 116 | 12 | 31 | 464 | 100 | 55 |
| Binary | 10111110 | 101010 | 10101011 | 0 | 1001110 | 1010 | 11001 | 100110100 | 1000000 | 101101 |
Color Harmonies of #BE2AAB
Complementary color
Monochromatic Colors of #BE2AAB
Black with #BE2AAB
Text Example
Text Example
White with #BE2AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2AAB; }
p { color: rgb(190,42,171); }
H1.HeaderClassName
{
color: #BE2AAB;
}
.AnyTagClassName
{
color: #BE2AAB;
}
</style>
background-color css
<style>
a { background-color: #BE2AAB; }
a { background-color: rgb(190,42,171); }
div.DivClassName
{
background-color: #BE2AAB;
}
.BgClassName
{
background-color: #BE2AAB;
}
</style>
border-color css
<style>
span { border-color: #BE2AAB; }
span { border-color: rgb(190,42,171); }
td.TdClassName
{
border-color: #BE2AAB;
}
.TagClassName
{
border-color: #BE2AAB;
}
</style>