Shades of Medium Violet Red #BE227D
Tints of Medium Violet Red #BE227D
RGB
CMYK
RGB Variations
Color information
#BE227D (or 0xBE227D) is known color: Medium Violet Red. HEX triplet: BE, 22 and 7D. RGB value is (190,34,125). Sum of RGB (Red+Green+Blue) = 190+34+125=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE227D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE227D is #41DD82. Grayscale: #5A5A5A. Windows color (decimal): -4316547 or 8200894. OLE color: 8200894.
HSL color Cylindrical-coordinate representation of color #BE227D: hue angle of 325º 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 #BE227D is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 125 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.25 |
| HSL | 325º | 0.7% | 0.44% | - |
| HSV(B) | 325º | 0.82% | 0.75% | - |
| XYZ | 25.51 | 13.57 | 20.68 | - |
| YUV | 91.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 125 | 0 | 0.82 | 0.34 | 0.25 | 325 | 0.7 | 0.44 |
| Hex | BE | 22 | 7D | 0 | 52 | 22 | 19 | 145 | 46 | 2C |
| Octal | 276 | 42 | 175 | 0 | 122 | 42 | 31 | 505 | 106 | 54 |
| Binary | 10111110 | 100010 | 1111101 | 0 | 1010010 | 100010 | 11001 | 101000101 | 1000110 | 101100 |
Color Harmonies of #BE227D
Complementary color
Monochromatic Colors of #BE227D
Black with #BE227D
Text Example
Text Example
White with #BE227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE227D; }
p { color: rgb(190,34,125); }
H1.HeaderClassName
{
color: #BE227D;
}
.AnyTagClassName
{
color: #BE227D;
}
</style>
background-color css
<style>
a { background-color: #BE227D; }
a { background-color: rgb(190,34,125); }
div.DivClassName
{
background-color: #BE227D;
}
.BgClassName
{
background-color: #BE227D;
}
</style>
border-color css
<style>
span { border-color: #BE227D; }
span { border-color: rgb(190,34,125); }
td.TdClassName
{
border-color: #BE227D;
}
.TagClassName
{
border-color: #BE227D;
}
</style>