Shades of Medium Violet Red #BE0C6F
Tints of Medium Violet Red #BE0C6F
RGB
CMYK
RGB Variations
Color information
#BE0C6F (or 0xBE0C6F) is known color: Medium Violet Red. HEX triplet: BE, 0C and 6F. RGB value is (190,12,111). Sum of RGB (Red+Green+Blue) = 190+12+111=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0C6F is #41F390. Grayscale: #4C4C4C. Windows color (decimal): -4322193 or 7277758. OLE color: 7277758.
HSL color Cylindrical-coordinate representation of color #BE0C6F: hue angle of 326.63º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C6F is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 111 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.25 |
| HSL | 326.63º | 0.88% | 0.4% | - |
| HSV(B) | 326.63º | 0.94% | 0.75% | - |
| XYZ | 24.24 | 12.36 | 16.15 | - |
| YUV | 76.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 111 | 0 | 0.94 | 0.42 | 0.25 | 326.63 | 0.88 | 0.4 |
| Hex | BE | C | 6F | 0 | 5E | 2A | 19 | 147 | 58 | 28 |
| Octal | 276 | 14 | 157 | 0 | 136 | 52 | 31 | 507 | 130 | 50 |
| Binary | 10111110 | 1100 | 1101111 | 0 | 1011110 | 101010 | 11001 | 101000111 | 1011000 | 101000 |
Color Harmonies of #BE0C6F
Complementary color
Monochromatic Colors of #BE0C6F
Black with #BE0C6F
Text Example
Text Example
White with #BE0C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C6F; }
p { color: rgb(190,12,111); }
H1.HeaderClassName
{
color: #BE0C6F;
}
.AnyTagClassName
{
color: #BE0C6F;
}
</style>
background-color css
<style>
a { background-color: #BE0C6F; }
a { background-color: rgb(190,12,111); }
div.DivClassName
{
background-color: #BE0C6F;
}
.BgClassName
{
background-color: #BE0C6F;
}
</style>
border-color css
<style>
span { border-color: #BE0C6F; }
span { border-color: rgb(190,12,111); }
td.TdClassName
{
border-color: #BE0C6F;
}
.TagClassName
{
border-color: #BE0C6F;
}
</style>