Shades of Medium Red Violet #BE2A92
Tints of Medium Red Violet #BE2A92
RGB
CMYK
RGB Variations
Color information
#BE2A92 (or 0xBE2A92) is known color: Medium Red Violet. HEX triplet: BE, 2A and 92. RGB value is (190,42,146). Sum of RGB (Red+Green+Blue) = 190+42+146=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2A92 is #41D56D. Grayscale: #616161. Windows color (decimal): -4314478 or 9579198. OLE color: 9579198.
HSL color Cylindrical-coordinate representation of color #BE2A92: hue angle of 317.84º 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 #BE2A92 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 146 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.25 |
| HSL | 317.84º | 0.64% | 0.45% | - |
| HSV(B) | 317.84º | 0.78% | 0.75% | - |
| XYZ | 27.25 | 14.68 | 28.59 | - |
| YUV | 98.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 146 | 0 | 0.78 | 0.23 | 0.25 | 317.84 | 0.64 | 0.45 |
| Hex | BE | 2A | 92 | 0 | 4E | 17 | 19 | 13E | 40 | 2D |
| Octal | 276 | 52 | 222 | 0 | 116 | 27 | 31 | 476 | 100 | 55 |
| Binary | 10111110 | 101010 | 10010010 | 0 | 1001110 | 10111 | 11001 | 100111110 | 1000000 | 101101 |
Color Harmonies of #BE2A92
Complementary color
Monochromatic Colors of #BE2A92
Black with #BE2A92
Text Example
Text Example
White with #BE2A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A92; }
p { color: rgb(190,42,146); }
H1.HeaderClassName
{
color: #BE2A92;
}
.AnyTagClassName
{
color: #BE2A92;
}
</style>
background-color css
<style>
a { background-color: #BE2A92; }
a { background-color: rgb(190,42,146); }
div.DivClassName
{
background-color: #BE2A92;
}
.BgClassName
{
background-color: #BE2A92;
}
</style>
border-color css
<style>
span { border-color: #BE2A92; }
span { border-color: rgb(190,42,146); }
td.TdClassName
{
border-color: #BE2A92;
}
.TagClassName
{
border-color: #BE2A92;
}
</style>