Shades of Medium Violet Red #BE209C
Tints of Medium Violet Red #BE209C
RGB
CMYK
RGB Variations
Color information
#BE209C (or 0xBE209C) is known color: Medium Violet Red. HEX triplet: BE, 20 and 9C. RGB value is (190,32,156). Sum of RGB (Red+Green+Blue) = 190+32+156=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE209C is #41DF63. Grayscale: #5D5D5D. Windows color (decimal): -4317028 or 10231998. OLE color: 10231998.
HSL color Cylindrical-coordinate representation of color #BE209C: hue angle of 312.91º 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 #BE209C is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 156 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.25 |
| HSL | 312.91º | 0.71% | 0.44% | - |
| HSV(B) | 312.91º | 0.83% | 0.75% | - |
| XYZ | 27.75 | 14.38 | 32.77 | - |
| YUV | 93.38 | 163.35 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 156 | 0 | 0.83 | 0.18 | 0.25 | 312.91 | 0.71 | 0.44 |
| Hex | BE | 20 | 9C | 0 | 53 | 12 | 19 | 139 | 47 | 2C |
| Octal | 276 | 40 | 234 | 0 | 123 | 22 | 31 | 471 | 107 | 54 |
| Binary | 10111110 | 100000 | 10011100 | 0 | 1010011 | 10010 | 11001 | 100111001 | 1000111 | 101100 |
Color Harmonies of #BE209C
Complementary color
Monochromatic Colors of #BE209C
Black with #BE209C
Text Example
Text Example
White with #BE209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE209C; }
p { color: rgb(190,32,156); }
H1.HeaderClassName
{
color: #BE209C;
}
.AnyTagClassName
{
color: #BE209C;
}
</style>
background-color css
<style>
a { background-color: #BE209C; }
a { background-color: rgb(190,32,156); }
div.DivClassName
{
background-color: #BE209C;
}
.BgClassName
{
background-color: #BE209C;
}
</style>
border-color css
<style>
span { border-color: #BE209C; }
span { border-color: rgb(190,32,156); }
td.TdClassName
{
border-color: #BE209C;
}
.TagClassName
{
border-color: #BE209C;
}
</style>