Shades of Medium Red Violet #BE2DAB
Tints of Medium Red Violet #BE2DAB
RGB
CMYK
RGB Variations
Color information
#BE2DAB (or 0xBE2DAB) is known color: Medium Red Violet. HEX triplet: BE, 2D and AB. RGB value is (190,45,171). Sum of RGB (Red+Green+Blue) = 190+45+171=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2DAB is #41D254. Grayscale: #666666. Windows color (decimal): -4313685 or 11218366. OLE color: 11218366.
HSL color Cylindrical-coordinate representation of color #BE2DAB: hue angle of 307.86º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2DAB is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 171 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.25 |
| HSL | 307.86º | 0.62% | 0.46% | - |
| HSV(B) | 307.86º | 0.76% | 0.75% | - |
| XYZ | 29.52 | 15.76 | 40.01 | - |
| YUV | 102.72 | 166.54 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 171 | 0 | 0.76 | 0.10 | 0.25 | 307.86 | 0.62 | 0.46 |
| Hex | BE | 2D | AB | 0 | 4C | A | 19 | 134 | 3E | 2E |
| Octal | 276 | 55 | 253 | 0 | 114 | 12 | 31 | 464 | 76 | 56 |
| Binary | 10111110 | 101101 | 10101011 | 0 | 1001100 | 1010 | 11001 | 100110100 | 111110 | 101110 |
Color Harmonies of #BE2DAB
Complementary color
Monochromatic Colors of #BE2DAB
Black with #BE2DAB
Text Example
Text Example
White with #BE2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2DAB; }
p { color: rgb(190,45,171); }
H1.HeaderClassName
{
color: #BE2DAB;
}
.AnyTagClassName
{
color: #BE2DAB;
}
</style>
background-color css
<style>
a { background-color: #BE2DAB; }
a { background-color: rgb(190,45,171); }
div.DivClassName
{
background-color: #BE2DAB;
}
.BgClassName
{
background-color: #BE2DAB;
}
</style>
border-color css
<style>
span { border-color: #BE2DAB; }
span { border-color: rgb(190,45,171); }
td.TdClassName
{
border-color: #BE2DAB;
}
.TagClassName
{
border-color: #BE2DAB;
}
</style>