Shades of Medium Red Violet #BE2570
Tints of Medium Red Violet #BE2570
RGB
CMYK
RGB Variations
Color information
#BE2570 (or 0xBE2570) is known color: Medium Red Violet. HEX triplet: BE, 25 and 70. RGB value is (190,37,112). Sum of RGB (Red+Green+Blue) = 190+37+112=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2570 is #41DA8F. Grayscale: #5B5B5B. Windows color (decimal): -4315792 or 7349694. OLE color: 7349694.
HSL color Cylindrical-coordinate representation of color #BE2570: hue angle of 330.59º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2570 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 112 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.25 |
| HSL | 330.59º | 0.67% | 0.45% | - |
| HSV(B) | 330.59º | 0.81% | 0.75% | - |
| XYZ | 24.82 | 13.44 | 16.62 | - |
| YUV | 91.3 | 139.69 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 112 | 0 | 0.81 | 0.41 | 0.25 | 330.59 | 0.67 | 0.45 |
| Hex | BE | 25 | 70 | 0 | 51 | 29 | 19 | 14B | 43 | 2D |
| Octal | 276 | 45 | 160 | 0 | 121 | 51 | 31 | 513 | 103 | 55 |
| Binary | 10111110 | 100101 | 1110000 | 0 | 1010001 | 101001 | 11001 | 101001011 | 1000011 | 101101 |
Color Harmonies of #BE2570
Complementary color
Monochromatic Colors of #BE2570
Black with #BE2570
Text Example
Text Example
White with #BE2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2570; }
p { color: rgb(190,37,112); }
H1.HeaderClassName
{
color: #BE2570;
}
.AnyTagClassName
{
color: #BE2570;
}
</style>
background-color css
<style>
a { background-color: #BE2570; }
a { background-color: rgb(190,37,112); }
div.DivClassName
{
background-color: #BE2570;
}
.BgClassName
{
background-color: #BE2570;
}
</style>
border-color css
<style>
span { border-color: #BE2570; }
span { border-color: rgb(190,37,112); }
td.TdClassName
{
border-color: #BE2570;
}
.TagClassName
{
border-color: #BE2570;
}
</style>