Shades of Medium Red Violet #BE2A7C
Tints of Medium Red Violet #BE2A7C
RGB
CMYK
RGB Variations
Color information
#BE2A7C (or 0xBE2A7C) is known color: Medium Red Violet. HEX triplet: BE, 2A and 7C. RGB value is (190,42,124). Sum of RGB (Red+Green+Blue) = 190+42+124=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 42 (16.80% from 255 or 11.80% from 356); Blue value is 124 (48.83% from 255 or 34.83% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A7C is #41D583. Grayscale: #5F5F5F. Windows color (decimal): -4314500 or 8137406. OLE color: 8137406.
HSL color Cylindrical-coordinate representation of color #BE2A7C: hue angle of 326.76º 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 #BE2A7C is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 124 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.25 |
| HSL | 326.76º | 0.64% | 0.45% | - |
| HSV(B) | 326.76º | 0.78% | 0.75% | - |
| XYZ | 25.7 | 14.06 | 20.43 | - |
| YUV | 95.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 124 | 0 | 0.78 | 0.35 | 0.25 | 326.76 | 0.64 | 0.45 |
| Hex | BE | 2A | 7C | 0 | 4E | 23 | 19 | 147 | 40 | 2D |
| Octal | 276 | 52 | 174 | 0 | 116 | 43 | 31 | 507 | 100 | 55 |
| Binary | 10111110 | 101010 | 1111100 | 0 | 1001110 | 100011 | 11001 | 101000111 | 1000000 | 101101 |
Color Harmonies of #BE2A7C
Complementary color
Monochromatic Colors of #BE2A7C
Black with #BE2A7C
Text Example
Text Example
White with #BE2A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A7C; }
p { color: rgb(190,42,124); }
H1.HeaderClassName
{
color: #BE2A7C;
}
.AnyTagClassName
{
color: #BE2A7C;
}
</style>
background-color css
<style>
a { background-color: #BE2A7C; }
a { background-color: rgb(190,42,124); }
div.DivClassName
{
background-color: #BE2A7C;
}
.BgClassName
{
background-color: #BE2A7C;
}
</style>
border-color css
<style>
span { border-color: #BE2A7C; }
span { border-color: rgb(190,42,124); }
td.TdClassName
{
border-color: #BE2A7C;
}
.TagClassName
{
border-color: #BE2A7C;
}
</style>