Shades of Medium Violet Red #BE209A
Tints of Medium Violet Red #BE209A
RGB
CMYK
RGB Variations
Color information
#BE209A (or 0xBE209A) is known color: Medium Violet Red. HEX triplet: BE, 20 and 9A. RGB value is (190,32,154). Sum of RGB (Red+Green+Blue) = 190+32+154=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE209A is #41DF65. Grayscale: #5C5C5C. Windows color (decimal): -4317030 or 10100926. OLE color: 10100926.
HSL color Cylindrical-coordinate representation of color #BE209A: hue angle of 313.67º 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 #BE209A is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 154 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.25 |
| HSL | 313.67º | 0.71% | 0.44% | - |
| HSV(B) | 313.67º | 0.83% | 0.75% | - |
| XYZ | 27.58 | 14.31 | 31.88 | - |
| YUV | 93.15 | 162.35 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 154 | 0 | 0.83 | 0.19 | 0.25 | 313.67 | 0.71 | 0.44 |
| Hex | BE | 20 | 9A | 0 | 53 | 13 | 19 | 13A | 47 | 2C |
| Octal | 276 | 40 | 232 | 0 | 123 | 23 | 31 | 472 | 107 | 54 |
| Binary | 10111110 | 100000 | 10011010 | 0 | 1010011 | 10011 | 11001 | 100111010 | 1000111 | 101100 |
Color Harmonies of #BE209A
Complementary color
Monochromatic Colors of #BE209A
Black with #BE209A
Text Example
Text Example
White with #BE209A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE209A; }
p { color: rgb(190,32,154); }
H1.HeaderClassName
{
color: #BE209A;
}
.AnyTagClassName
{
color: #BE209A;
}
</style>
background-color css
<style>
a { background-color: #BE209A; }
a { background-color: rgb(190,32,154); }
div.DivClassName
{
background-color: #BE209A;
}
.BgClassName
{
background-color: #BE209A;
}
</style>
border-color css
<style>
span { border-color: #BE209A; }
span { border-color: rgb(190,32,154); }
td.TdClassName
{
border-color: #BE209A;
}
.TagClassName
{
border-color: #BE209A;
}
</style>