Shades of Medium Violet Red #BE228B
Tints of Medium Violet Red #BE228B
RGB
CMYK
RGB Variations
Color information
#BE228B (or 0xBE228B) is known color: Medium Violet Red. HEX triplet: BE, 22 and 8B. RGB value is (190,34,139). Sum of RGB (Red+Green+Blue) = 190+34+139=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE228B is #41DD74. Grayscale: #5C5C5C. Windows color (decimal): -4316533 or 9118398. OLE color: 9118398.
HSL color Cylindrical-coordinate representation of color #BE228B: hue angle of 319.62º degrees, saturation: 0.7, 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 #BE228B is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 139 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.25 |
| HSL | 319.62º | 0.7% | 0.44% | - |
| HSV(B) | 319.62º | 0.82% | 0.75% | - |
| XYZ | 26.47 | 13.96 | 25.72 | - |
| YUV | 92.61 | 154.18 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 139 | 0 | 0.82 | 0.27 | 0.25 | 319.62 | 0.7 | 0.44 |
| Hex | BE | 22 | 8B | 0 | 52 | 1B | 19 | 140 | 46 | 2C |
| Octal | 276 | 42 | 213 | 0 | 122 | 33 | 31 | 500 | 106 | 54 |
| Binary | 10111110 | 100010 | 10001011 | 0 | 1010010 | 11011 | 11001 | 101000000 | 1000110 | 101100 |
Color Harmonies of #BE228B
Complementary color
Monochromatic Colors of #BE228B
Black with #BE228B
Text Example
Text Example
White with #BE228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE228B; }
p { color: rgb(190,34,139); }
H1.HeaderClassName
{
color: #BE228B;
}
.AnyTagClassName
{
color: #BE228B;
}
</style>
background-color css
<style>
a { background-color: #BE228B; }
a { background-color: rgb(190,34,139); }
div.DivClassName
{
background-color: #BE228B;
}
.BgClassName
{
background-color: #BE228B;
}
</style>
border-color css
<style>
span { border-color: #BE228B; }
span { border-color: rgb(190,34,139); }
td.TdClassName
{
border-color: #BE228B;
}
.TagClassName
{
border-color: #BE228B;
}
</style>