Shades of Medium Red Violet #BE3C9C
Tints of Medium Red Violet #BE3C9C
RGB
CMYK
RGB Variations
Color information
#BE3C9C (or 0xBE3C9C) is known color: Medium Red Violet. HEX triplet: BE, 3C and 9C. RGB value is (190,60,156). Sum of RGB (Red+Green+Blue) = 190+60+156=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3C9C is #41C363. Grayscale: #6D6D6D. Windows color (decimal): -4309860 or 10239166. OLE color: 10239166.
HSL color Cylindrical-coordinate representation of color #BE3C9C: hue angle of 315.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3C9C is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 156 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.25 |
| HSL | 315.69º | 0.52% | 0.49% | - |
| HSV(B) | 315.69º | 0.68% | 0.75% | - |
| XYZ | 28.85 | 16.58 | 33.13 | - |
| YUV | 109.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 156 | 0 | 0.68 | 0.18 | 0.25 | 315.69 | 0.52 | 0.49 |
| Hex | BE | 3C | 9C | 0 | 44 | 12 | 19 | 13C | 34 | 31 |
| Octal | 276 | 74 | 234 | 0 | 104 | 22 | 31 | 474 | 64 | 61 |
| Binary | 10111110 | 111100 | 10011100 | 0 | 1000100 | 10010 | 11001 | 100111100 | 110100 | 110001 |
Color Harmonies of #BE3C9C
Complementary color
Monochromatic Colors of #BE3C9C
Black with #BE3C9C
Text Example
Text Example
White with #BE3C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C9C; }
p { color: rgb(190,60,156); }
H1.HeaderClassName
{
color: #BE3C9C;
}
.AnyTagClassName
{
color: #BE3C9C;
}
</style>
background-color css
<style>
a { background-color: #BE3C9C; }
a { background-color: rgb(190,60,156); }
div.DivClassName
{
background-color: #BE3C9C;
}
.BgClassName
{
background-color: #BE3C9C;
}
</style>
border-color css
<style>
span { border-color: #BE3C9C; }
span { border-color: rgb(190,60,156); }
td.TdClassName
{
border-color: #BE3C9C;
}
.TagClassName
{
border-color: #BE3C9C;
}
</style>