Shades of Medium Red Violet #BE3C8C
Tints of Medium Red Violet #BE3C8C
RGB
CMYK
RGB Variations
Color information
#BE3C8C (or 0xBE3C8C) is known color: Medium Red Violet. HEX triplet: BE, 3C and 8C. RGB value is (190,60,140). Sum of RGB (Red+Green+Blue) = 190+60+140=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3C8C is #41C373. Grayscale: #6B6B6B. Windows color (decimal): -4309876 or 9190590. OLE color: 9190590.
HSL color Cylindrical-coordinate representation of color #BE3C8C: hue angle of 323.08º 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 #BE3C8C is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 140 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.25 |
| HSL | 323.08º | 0.52% | 0.49% | - |
| HSV(B) | 323.08º | 0.68% | 0.75% | - |
| XYZ | 27.58 | 16.07 | 26.46 | - |
| YUV | 107.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 140 | 0 | 0.68 | 0.26 | 0.25 | 323.08 | 0.52 | 0.49 |
| Hex | BE | 3C | 8C | 0 | 44 | 1A | 19 | 143 | 34 | 31 |
| Octal | 276 | 74 | 214 | 0 | 104 | 32 | 31 | 503 | 64 | 61 |
| Binary | 10111110 | 111100 | 10001100 | 0 | 1000100 | 11010 | 11001 | 101000011 | 110100 | 110001 |
Color Harmonies of #BE3C8C
Complementary color
Monochromatic Colors of #BE3C8C
Black with #BE3C8C
Text Example
Text Example
White with #BE3C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C8C; }
p { color: rgb(190,60,140); }
H1.HeaderClassName
{
color: #BE3C8C;
}
.AnyTagClassName
{
color: #BE3C8C;
}
</style>
background-color css
<style>
a { background-color: #BE3C8C; }
a { background-color: rgb(190,60,140); }
div.DivClassName
{
background-color: #BE3C8C;
}
.BgClassName
{
background-color: #BE3C8C;
}
</style>
border-color css
<style>
span { border-color: #BE3C8C; }
span { border-color: rgb(190,60,140); }
td.TdClassName
{
border-color: #BE3C8C;
}
.TagClassName
{
border-color: #BE3C8C;
}
</style>