Shades of Medium Red Violet #BE3C8A
Tints of Medium Red Violet #BE3C8A
RGB
CMYK
RGB Variations
Color information
#BE3C8A (or 0xBE3C8A) is known color: Medium Red Violet. HEX triplet: BE, 3C and 8A. RGB value is (190,60,138). Sum of RGB (Red+Green+Blue) = 190+60+138=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3C8A is #41C375. Grayscale: #6B6B6B. Windows color (decimal): -4309878 or 9059518. OLE color: 9059518.
HSL color Cylindrical-coordinate representation of color #BE3C8A: hue angle of 324º 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 #BE3C8A is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 138 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.25 |
| HSL | 324º | 0.52% | 0.49% | - |
| HSV(B) | 324º | 0.68% | 0.75% | - |
| XYZ | 27.44 | 16.01 | 25.69 | - |
| YUV | 107.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 138 | 0 | 0.68 | 0.27 | 0.25 | 324 | 0.52 | 0.49 |
| Hex | BE | 3C | 8A | 0 | 44 | 1B | 19 | 144 | 34 | 31 |
| Octal | 276 | 74 | 212 | 0 | 104 | 33 | 31 | 504 | 64 | 61 |
| Binary | 10111110 | 111100 | 10001010 | 0 | 1000100 | 11011 | 11001 | 101000100 | 110100 | 110001 |
Color Harmonies of #BE3C8A
Complementary color
Monochromatic Colors of #BE3C8A
Black with #BE3C8A
Text Example
Text Example
White with #BE3C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3C8A; }
p { color: rgb(190,60,138); }
H1.HeaderClassName
{
color: #BE3C8A;
}
.AnyTagClassName
{
color: #BE3C8A;
}
</style>
background-color css
<style>
a { background-color: #BE3C8A; }
a { background-color: rgb(190,60,138); }
div.DivClassName
{
background-color: #BE3C8A;
}
.BgClassName
{
background-color: #BE3C8A;
}
</style>
border-color css
<style>
span { border-color: #BE3C8A; }
span { border-color: rgb(190,60,138); }
td.TdClassName
{
border-color: #BE3C8A;
}
.TagClassName
{
border-color: #BE3C8A;
}
</style>