Shades of Medium Red Violet #BE2BAB
Tints of Medium Red Violet #BE2BAB
RGB
CMYK
RGB Variations
Color information
#BE2BAB (or 0xBE2BAB) is known color: Medium Red Violet. HEX triplet: BE, 2B and AB. RGB value is (190,43,171). Sum of RGB (Red+Green+Blue) = 190+43+171=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2BAB is #41D454. Grayscale: #656565. Windows color (decimal): -4314197 or 11217854. OLE color: 11217854.
HSL color Cylindrical-coordinate representation of color #BE2BAB: hue angle of 307.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2BAB is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 43 | 171 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.25 |
| HSL | 307.76º | 0.63% | 0.46% | - |
| HSV(B) | 307.76º | 0.77% | 0.75% | - |
| XYZ | 29.45 | 15.62 | 39.99 | - |
| YUV | 101.55 | 167.2 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 43 | 171 | 0 | 0.77 | 0.10 | 0.25 | 307.76 | 0.63 | 0.46 |
| Hex | BE | 2B | AB | 0 | 4D | A | 19 | 134 | 3F | 2E |
| Octal | 276 | 53 | 253 | 0 | 115 | 12 | 31 | 464 | 77 | 56 |
| Binary | 10111110 | 101011 | 10101011 | 0 | 1001101 | 1010 | 11001 | 100110100 | 111111 | 101110 |
Color Harmonies of #BE2BAB
Complementary color
Monochromatic Colors of #BE2BAB
Black with #BE2BAB
Text Example
Text Example
White with #BE2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2BAB; }
p { color: rgb(190,43,171); }
H1.HeaderClassName
{
color: #BE2BAB;
}
.AnyTagClassName
{
color: #BE2BAB;
}
</style>
background-color css
<style>
a { background-color: #BE2BAB; }
a { background-color: rgb(190,43,171); }
div.DivClassName
{
background-color: #BE2BAB;
}
.BgClassName
{
background-color: #BE2BAB;
}
</style>
border-color css
<style>
span { border-color: #BE2BAB; }
span { border-color: rgb(190,43,171); }
td.TdClassName
{
border-color: #BE2BAB;
}
.TagClassName
{
border-color: #BE2BAB;
}
</style>