Shades of Medium Red Violet #BE367C
Tints of Medium Red Violet #BE367C
RGB
CMYK
RGB Variations
Color information
#BE367C (or 0xBE367C) is known color: Medium Red Violet. HEX triplet: BE, 36 and 7C. RGB value is (190,54,124). Sum of RGB (Red+Green+Blue) = 190+54+124=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE367C is #41C983. Grayscale: #666666. Windows color (decimal): -4311428 or 8140478. OLE color: 8140478.
HSL color Cylindrical-coordinate representation of color #BE367C: hue angle of 329.12º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE367C is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 54 | 124 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.25 |
| HSL | 329.12º | 0.56% | 0.48% | - |
| HSV(B) | 329.12º | 0.72% | 0.75% | - |
| XYZ | 26.19 | 15.04 | 20.59 | - |
| YUV | 102.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 54 | 124 | 0 | 0.72 | 0.35 | 0.25 | 329.12 | 0.56 | 0.48 |
| Hex | BE | 36 | 7C | 0 | 48 | 23 | 19 | 149 | 38 | 30 |
| Octal | 276 | 66 | 174 | 0 | 110 | 43 | 31 | 511 | 70 | 60 |
| Binary | 10111110 | 110110 | 1111100 | 0 | 1001000 | 100011 | 11001 | 101001001 | 111000 | 110000 |
Color Harmonies of #BE367C
Complementary color
Monochromatic Colors of #BE367C
Black with #BE367C
Text Example
Text Example
White with #BE367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE367C; }
p { color: rgb(190,54,124); }
H1.HeaderClassName
{
color: #BE367C;
}
.AnyTagClassName
{
color: #BE367C;
}
</style>
background-color css
<style>
a { background-color: #BE367C; }
a { background-color: rgb(190,54,124); }
div.DivClassName
{
background-color: #BE367C;
}
.BgClassName
{
background-color: #BE367C;
}
</style>
border-color css
<style>
span { border-color: #BE367C; }
span { border-color: rgb(190,54,124); }
td.TdClassName
{
border-color: #BE367C;
}
.TagClassName
{
border-color: #BE367C;
}
</style>