Shades of Medium Red Violet #BE3C93
Tints of Medium Red Violet #BE3C93
RGB
CMYK
RGB Variations
Color information
#BE3C93 (or 0xBE3C93) is known color: Medium Red Violet. HEX triplet: BE, 3C and 93. RGB value is (190,60,147). Sum of RGB (Red+Green+Blue) = 190+60+147=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3C93 is #41C36C. Grayscale: #6C6C6C. Windows color (decimal): -4309869 or 9649342. OLE color: 9649342.
HSL color Cylindrical-coordinate representation of color #BE3C93: hue angle of 319.85º 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 #BE3C93 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 147 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.25 |
| HSL | 319.85º | 0.52% | 0.49% | - |
| HSV(B) | 319.85º | 0.68% | 0.75% | - |
| XYZ | 28.12 | 16.29 | 29.27 | - |
| YUV | 108.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 147 | 0 | 0.68 | 0.23 | 0.25 | 319.85 | 0.52 | 0.49 |
| Hex | BE | 3C | 93 | 0 | 44 | 17 | 19 | 140 | 34 | 31 |
| Octal | 276 | 74 | 223 | 0 | 104 | 27 | 31 | 500 | 64 | 61 |
| Binary | 10111110 | 111100 | 10010011 | 0 | 1000100 | 10111 | 11001 | 101000000 | 110100 | 110001 |
Color Harmonies of #BE3C93
Complementary color
Monochromatic Colors of #BE3C93
Black with #BE3C93
Text Example
Text Example
White with #BE3C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C93; }
p { color: rgb(190,60,147); }
H1.HeaderClassName
{
color: #BE3C93;
}
.AnyTagClassName
{
color: #BE3C93;
}
</style>
background-color css
<style>
a { background-color: #BE3C93; }
a { background-color: rgb(190,60,147); }
div.DivClassName
{
background-color: #BE3C93;
}
.BgClassName
{
background-color: #BE3C93;
}
</style>
border-color css
<style>
span { border-color: #BE3C93; }
span { border-color: rgb(190,60,147); }
td.TdClassName
{
border-color: #BE3C93;
}
.TagClassName
{
border-color: #BE3C93;
}
</style>