Shades of Medium Violet Red #BE206B
Tints of Medium Violet Red #BE206B
RGB
CMYK
RGB Variations
Color information
#BE206B (or 0xBE206B) is known color: Medium Violet Red. HEX triplet: BE, 20 and 6B. RGB value is (190,32,107). Sum of RGB (Red+Green+Blue) = 190+32+107=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE206B is #41DF94. Grayscale: #575757. Windows color (decimal): -4317077 or 7020734. OLE color: 7020734.
HSL color Cylindrical-coordinate representation of color #BE206B: hue angle of 331.52º 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 #BE206B is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 107 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.25 |
| HSL | 331.52º | 0.71% | 0.44% | - |
| HSV(B) | 331.52º | 0.83% | 0.75% | - |
| XYZ | 24.41 | 13.04 | 15.14 | - |
| YUV | 87.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 107 | 0 | 0.83 | 0.44 | 0.25 | 331.52 | 0.71 | 0.44 |
| Hex | BE | 20 | 6B | 0 | 53 | 2C | 19 | 14C | 47 | 2C |
| Octal | 276 | 40 | 153 | 0 | 123 | 54 | 31 | 514 | 107 | 54 |
| Binary | 10111110 | 100000 | 1101011 | 0 | 1010011 | 101100 | 11001 | 101001100 | 1000111 | 101100 |
Color Harmonies of #BE206B
Complementary color
Monochromatic Colors of #BE206B
Black with #BE206B
Text Example
Text Example
White with #BE206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE206B; }
p { color: rgb(190,32,107); }
H1.HeaderClassName
{
color: #BE206B;
}
.AnyTagClassName
{
color: #BE206B;
}
</style>
background-color css
<style>
a { background-color: #BE206B; }
a { background-color: rgb(190,32,107); }
div.DivClassName
{
background-color: #BE206B;
}
.BgClassName
{
background-color: #BE206B;
}
</style>
border-color css
<style>
span { border-color: #BE206B; }
span { border-color: rgb(190,32,107); }
td.TdClassName
{
border-color: #BE206B;
}
.TagClassName
{
border-color: #BE206B;
}
</style>