Shades of Medium Violet Red #BE208C
Tints of Medium Violet Red #BE208C
RGB
CMYK
RGB Variations
Color information
#BE208C (or 0xBE208C) is known color: Medium Violet Red. HEX triplet: BE, 20 and 8C. RGB value is (190,32,140). Sum of RGB (Red+Green+Blue) = 190+32+140=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE208C is #41DF73. Grayscale: #5B5B5B. Windows color (decimal): -4317044 or 9183422. OLE color: 9183422.
HSL color Cylindrical-coordinate representation of color #BE208C: hue angle of 318.99º 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 #BE208C is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 140 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.25 |
| HSL | 318.99º | 0.71% | 0.44% | - |
| HSV(B) | 318.99º | 0.83% | 0.75% | - |
| XYZ | 26.49 | 13.87 | 26.09 | - |
| YUV | 91.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 140 | 0 | 0.83 | 0.26 | 0.25 | 318.99 | 0.71 | 0.44 |
| Hex | BE | 20 | 8C | 0 | 53 | 1A | 19 | 13F | 47 | 2C |
| Octal | 276 | 40 | 214 | 0 | 123 | 32 | 31 | 477 | 107 | 54 |
| Binary | 10111110 | 100000 | 10001100 | 0 | 1010011 | 11010 | 11001 | 100111111 | 1000111 | 101100 |
Color Harmonies of #BE208C
Complementary color
Monochromatic Colors of #BE208C
Black with #BE208C
Text Example
Text Example
White with #BE208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE208C; }
p { color: rgb(190,32,140); }
H1.HeaderClassName
{
color: #BE208C;
}
.AnyTagClassName
{
color: #BE208C;
}
</style>
background-color css
<style>
a { background-color: #BE208C; }
a { background-color: rgb(190,32,140); }
div.DivClassName
{
background-color: #BE208C;
}
.BgClassName
{
background-color: #BE208C;
}
</style>
border-color css
<style>
span { border-color: #BE208C; }
span { border-color: rgb(190,32,140); }
td.TdClassName
{
border-color: #BE208C;
}
.TagClassName
{
border-color: #BE208C;
}
</style>