Shades of Medium Violet Red #BE207B
Tints of Medium Violet Red #BE207B
RGB
CMYK
RGB Variations
Color information
#BE207B (or 0xBE207B) is known color: Medium Violet Red. HEX triplet: BE, 20 and 7B. RGB value is (190,32,123). Sum of RGB (Red+Green+Blue) = 190+32+123=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE207B is #41DF84. Grayscale: #595959. Windows color (decimal): -4317061 or 8069310. OLE color: 8069310.
HSL color Cylindrical-coordinate representation of color #BE207B: hue angle of 325.44º 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 #BE207B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 123 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.25 |
| HSL | 325.44º | 0.71% | 0.44% | - |
| HSV(B) | 325.44º | 0.83% | 0.75% | - |
| XYZ | 25.33 | 13.41 | 19.99 | - |
| YUV | 89.62 | 146.85 | 199.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 123 | 0 | 0.83 | 0.35 | 0.25 | 325.44 | 0.71 | 0.44 |
| Hex | BE | 20 | 7B | 0 | 53 | 23 | 19 | 145 | 47 | 2C |
| Octal | 276 | 40 | 173 | 0 | 123 | 43 | 31 | 505 | 107 | 54 |
| Binary | 10111110 | 100000 | 1111011 | 0 | 1010011 | 100011 | 11001 | 101000101 | 1000111 | 101100 |
Color Harmonies of #BE207B
Complementary color
Monochromatic Colors of #BE207B
Black with #BE207B
Text Example
Text Example
White with #BE207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE207B; }
p { color: rgb(190,32,123); }
H1.HeaderClassName
{
color: #BE207B;
}
.AnyTagClassName
{
color: #BE207B;
}
</style>
background-color css
<style>
a { background-color: #BE207B; }
a { background-color: rgb(190,32,123); }
div.DivClassName
{
background-color: #BE207B;
}
.BgClassName
{
background-color: #BE207B;
}
</style>
border-color css
<style>
span { border-color: #BE207B; }
span { border-color: rgb(190,32,123); }
td.TdClassName
{
border-color: #BE207B;
}
.TagClassName
{
border-color: #BE207B;
}
</style>