Shades of Medium Red Violet #BE258D
Tints of Medium Red Violet #BE258D
RGB
CMYK
RGB Variations
Color information
#BE258D (or 0xBE258D) is known color: Medium Red Violet. HEX triplet: BE, 25 and 8D. RGB value is (190,37,141). Sum of RGB (Red+Green+Blue) = 190+37+141=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 37 (14.84% from 255 or 10.05% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE258D is #41DA72. Grayscale: #5E5E5E. Windows color (decimal): -4315763 or 9250238. OLE color: 9250238.
HSL color Cylindrical-coordinate representation of color #BE258D: hue angle of 319.22º 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 #BE258D is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 141 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.25 |
| HSL | 319.22º | 0.67% | 0.45% | - |
| HSV(B) | 319.22º | 0.81% | 0.75% | - |
| XYZ | 26.7 | 14.19 | 26.53 | - |
| YUV | 94.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 141 | 0 | 0.81 | 0.26 | 0.25 | 319.22 | 0.67 | 0.45 |
| Hex | BE | 25 | 8D | 0 | 51 | 1A | 19 | 13F | 43 | 2D |
| Octal | 276 | 45 | 215 | 0 | 121 | 32 | 31 | 477 | 103 | 55 |
| Binary | 10111110 | 100101 | 10001101 | 0 | 1010001 | 11010 | 11001 | 100111111 | 1000011 | 101101 |
Color Harmonies of #BE258D
Complementary color
Monochromatic Colors of #BE258D
Black with #BE258D
Text Example
Text Example
White with #BE258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE258D; }
p { color: rgb(190,37,141); }
H1.HeaderClassName
{
color: #BE258D;
}
.AnyTagClassName
{
color: #BE258D;
}
</style>
background-color css
<style>
a { background-color: #BE258D; }
a { background-color: rgb(190,37,141); }
div.DivClassName
{
background-color: #BE258D;
}
.BgClassName
{
background-color: #BE258D;
}
</style>
border-color css
<style>
span { border-color: #BE258D; }
span { border-color: rgb(190,37,141); }
td.TdClassName
{
border-color: #BE258D;
}
.TagClassName
{
border-color: #BE258D;
}
</style>