Shades of Medium Red Violet #BE2C7D
Tints of Medium Red Violet #BE2C7D
RGB
CMYK
RGB Variations
Color information
#BE2C7D (or 0xBE2C7D) is known color: Medium Red Violet. HEX triplet: BE, 2C and 7D. RGB value is (190,44,125). Sum of RGB (Red+Green+Blue) = 190+44+125=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2C7D is #41D382. Grayscale: #606060. Windows color (decimal): -4313987 or 8203454. OLE color: 8203454.
HSL color Cylindrical-coordinate representation of color #BE2C7D: hue angle of 326.71º degrees, saturation: 0.62, 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 #BE2C7D is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 125 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.25 |
| HSL | 326.71º | 0.62% | 0.46% | - |
| HSV(B) | 326.71º | 0.77% | 0.75% | - |
| XYZ | 25.84 | 14.23 | 20.79 | - |
| YUV | 96.89 | 143.87 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 125 | 0 | 0.77 | 0.34 | 0.25 | 326.71 | 0.62 | 0.46 |
| Hex | BE | 2C | 7D | 0 | 4D | 22 | 19 | 147 | 3E | 2E |
| Octal | 276 | 54 | 175 | 0 | 115 | 42 | 31 | 507 | 76 | 56 |
| Binary | 10111110 | 101100 | 1111101 | 0 | 1001101 | 100010 | 11001 | 101000111 | 111110 | 101110 |
Color Harmonies of #BE2C7D
Complementary color
Monochromatic Colors of #BE2C7D
Black with #BE2C7D
Text Example
Text Example
White with #BE2C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C7D; }
p { color: rgb(190,44,125); }
H1.HeaderClassName
{
color: #BE2C7D;
}
.AnyTagClassName
{
color: #BE2C7D;
}
</style>
background-color css
<style>
a { background-color: #BE2C7D; }
a { background-color: rgb(190,44,125); }
div.DivClassName
{
background-color: #BE2C7D;
}
.BgClassName
{
background-color: #BE2C7D;
}
</style>
border-color css
<style>
span { border-color: #BE2C7D; }
span { border-color: rgb(190,44,125); }
td.TdClassName
{
border-color: #BE2C7D;
}
.TagClassName
{
border-color: #BE2C7D;
}
</style>