Shades of Medium Violet Red #BE207C
Tints of Medium Violet Red #BE207C
RGB
CMYK
RGB Variations
Color information
#BE207C (or 0xBE207C) is known color: Medium Violet Red. HEX triplet: BE, 20 and 7C. RGB value is (190,32,124). Sum of RGB (Red+Green+Blue) = 190+32+124=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE207C is #41DF83. Grayscale: #595959. Windows color (decimal): -4317060 or 8134846. OLE color: 8134846.
HSL color Cylindrical-coordinate representation of color #BE207C: hue angle of 325.06º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE207C is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 124 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.25 |
| HSL | 325.06º | 0.71% | 0.44% | - |
| HSV(B) | 325.06º | 0.83% | 0.75% | - |
| XYZ | 25.39 | 13.44 | 20.32 | - |
| YUV | 89.73 | 147.35 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 124 | 0 | 0.83 | 0.35 | 0.25 | 325.06 | 0.71 | 0.44 |
| Hex | BE | 20 | 7C | 0 | 53 | 23 | 19 | 145 | 47 | 2C |
| Octal | 276 | 40 | 174 | 0 | 123 | 43 | 31 | 505 | 107 | 54 |
| Binary | 10111110 | 100000 | 1111100 | 0 | 1010011 | 100011 | 11001 | 101000101 | 1000111 | 101100 |
Color Harmonies of #BE207C
Complementary color
Monochromatic Colors of #BE207C
Black with #BE207C
Text Example
Text Example
White with #BE207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE207C; }
p { color: rgb(190,32,124); }
H1.HeaderClassName
{
color: #BE207C;
}
.AnyTagClassName
{
color: #BE207C;
}
</style>
background-color css
<style>
a { background-color: #BE207C; }
a { background-color: rgb(190,32,124); }
div.DivClassName
{
background-color: #BE207C;
}
.BgClassName
{
background-color: #BE207C;
}
</style>
border-color css
<style>
span { border-color: #BE207C; }
span { border-color: rgb(190,32,124); }
td.TdClassName
{
border-color: #BE207C;
}
.TagClassName
{
border-color: #BE207C;
}
</style>