Shades of Medium Red Violet #BE2A8C
Tints of Medium Red Violet #BE2A8C
RGB
CMYK
RGB Variations
Color information
#BE2A8C (or 0xBE2A8C) is known color: Medium Red Violet. HEX triplet: BE, 2A and 8C. RGB value is (190,42,140). Sum of RGB (Red+Green+Blue) = 190+42+140=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 42 (16.80% from 255 or 11.29% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A8C is #41D573. Grayscale: #616161. Windows color (decimal): -4314484 or 9185982. OLE color: 9185982.
HSL color Cylindrical-coordinate representation of color #BE2A8C: hue angle of 320.27º 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 #BE2A8C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 140 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.25 |
| HSL | 320.27º | 0.64% | 0.45% | - |
| HSV(B) | 320.27º | 0.78% | 0.75% | - |
| XYZ | 26.8 | 14.5 | 26.2 | - |
| YUV | 97.42 | 152.03 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 140 | 0 | 0.78 | 0.26 | 0.25 | 320.27 | 0.64 | 0.45 |
| Hex | BE | 2A | 8C | 0 | 4E | 1A | 19 | 140 | 40 | 2D |
| Octal | 276 | 52 | 214 | 0 | 116 | 32 | 31 | 500 | 100 | 55 |
| Binary | 10111110 | 101010 | 10001100 | 0 | 1001110 | 11010 | 11001 | 101000000 | 1000000 | 101101 |
Color Harmonies of #BE2A8C
Complementary color
Monochromatic Colors of #BE2A8C
Black with #BE2A8C
Text Example
Text Example
White with #BE2A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A8C; }
p { color: rgb(190,42,140); }
H1.HeaderClassName
{
color: #BE2A8C;
}
.AnyTagClassName
{
color: #BE2A8C;
}
</style>
background-color css
<style>
a { background-color: #BE2A8C; }
a { background-color: rgb(190,42,140); }
div.DivClassName
{
background-color: #BE2A8C;
}
.BgClassName
{
background-color: #BE2A8C;
}
</style>
border-color css
<style>
span { border-color: #BE2A8C; }
span { border-color: rgb(190,42,140); }
td.TdClassName
{
border-color: #BE2A8C;
}
.TagClassName
{
border-color: #BE2A8C;
}
</style>