Shades of Medium Red Violet #BE2D7E
Tints of Medium Red Violet #BE2D7E
RGB
CMYK
RGB Variations
Color information
#BE2D7E (or 0xBE2D7E) is known color: Medium Red Violet. HEX triplet: BE, 2D and 7E. RGB value is (190,45,126). Sum of RGB (Red+Green+Blue) = 190+45+126=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D7E is #41D281. Grayscale: #616161. Windows color (decimal): -4313730 or 8269246. OLE color: 8269246.
HSL color Cylindrical-coordinate representation of color #BE2D7E: hue angle of 326.48º 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 #BE2D7E is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 45 | 126 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.25 |
| HSL | 326.48º | 0.62% | 0.46% | - |
| HSV(B) | 326.48º | 0.76% | 0.75% | - |
| XYZ | 25.94 | 14.33 | 21.14 | - |
| YUV | 97.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 45 | 126 | 0 | 0.76 | 0.34 | 0.25 | 326.48 | 0.62 | 0.46 |
| Hex | BE | 2D | 7E | 0 | 4C | 22 | 19 | 146 | 3E | 2E |
| Octal | 276 | 55 | 176 | 0 | 114 | 42 | 31 | 506 | 76 | 56 |
| Binary | 10111110 | 101101 | 1111110 | 0 | 1001100 | 100010 | 11001 | 101000110 | 111110 | 101110 |
Color Harmonies of #BE2D7E
Complementary color
Monochromatic Colors of #BE2D7E
Black with #BE2D7E
Text Example
Text Example
White with #BE2D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D7E; }
p { color: rgb(190,45,126); }
H1.HeaderClassName
{
color: #BE2D7E;
}
.AnyTagClassName
{
color: #BE2D7E;
}
</style>
background-color css
<style>
a { background-color: #BE2D7E; }
a { background-color: rgb(190,45,126); }
div.DivClassName
{
background-color: #BE2D7E;
}
.BgClassName
{
background-color: #BE2D7E;
}
</style>
border-color css
<style>
span { border-color: #BE2D7E; }
span { border-color: rgb(190,45,126); }
td.TdClassName
{
border-color: #BE2D7E;
}
.TagClassName
{
border-color: #BE2D7E;
}
</style>