Shades of Medium Violet Red #BE238E
Tints of Medium Violet Red #BE238E
RGB
CMYK
RGB Variations
Color information
#BE238E (or 0xBE238E) is known color: Medium Violet Red. HEX triplet: BE, 23 and 8E. RGB value is (190,35,142). Sum of RGB (Red+Green+Blue) = 190+35+142=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE238E is #41DC71. Grayscale: #5D5D5D. Windows color (decimal): -4316274 or 9315262. OLE color: 9315262.
HSL color Cylindrical-coordinate representation of color #BE238E: hue angle of 318.58º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE238E is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 35 | 142 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.25 |
| HSL | 318.58º | 0.69% | 0.44% | - |
| HSV(B) | 318.58º | 0.82% | 0.75% | - |
| XYZ | 26.72 | 14.1 | 26.9 | - |
| YUV | 93.54 | 155.35 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 35 | 142 | 0 | 0.82 | 0.25 | 0.25 | 318.58 | 0.69 | 0.44 |
| Hex | BE | 23 | 8E | 0 | 52 | 19 | 19 | 13F | 45 | 2C |
| Octal | 276 | 43 | 216 | 0 | 122 | 31 | 31 | 477 | 105 | 54 |
| Binary | 10111110 | 100011 | 10001110 | 0 | 1010010 | 11001 | 11001 | 100111111 | 1000101 | 101100 |
Color Harmonies of #BE238E
Complementary color
Monochromatic Colors of #BE238E
Black with #BE238E
Text Example
Text Example
White with #BE238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE238E; }
p { color: rgb(190,35,142); }
H1.HeaderClassName
{
color: #BE238E;
}
.AnyTagClassName
{
color: #BE238E;
}
</style>
background-color css
<style>
a { background-color: #BE238E; }
a { background-color: rgb(190,35,142); }
div.DivClassName
{
background-color: #BE238E;
}
.BgClassName
{
background-color: #BE238E;
}
</style>
border-color css
<style>
span { border-color: #BE238E; }
span { border-color: rgb(190,35,142); }
td.TdClassName
{
border-color: #BE238E;
}
.TagClassName
{
border-color: #BE238E;
}
</style>