Shades of Medium Violet Red #BE106C
Tints of Medium Violet Red #BE106C
RGB
CMYK
RGB Variations
Color information
#BE106C (or 0xBE106C) is known color: Medium Violet Red. HEX triplet: BE, 10 and 6C. RGB value is (190,16,108). Sum of RGB (Red+Green+Blue) = 190+16+108=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE106C is #41EF93. Grayscale: #4E4E4E. Windows color (decimal): -4321172 or 7082174. OLE color: 7082174.
HSL color Cylindrical-coordinate representation of color #BE106C: hue angle of 328.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE106C is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 108 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.25 |
| HSL | 328.28º | 0.84% | 0.4% | - |
| HSV(B) | 328.28º | 0.92% | 0.75% | - |
| XYZ | 24.13 | 12.4 | 15.31 | - |
| YUV | 78.51 | 144.65 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 108 | 0 | 0.92 | 0.43 | 0.25 | 328.28 | 0.84 | 0.4 |
| Hex | BE | 10 | 6C | 0 | 5C | 2B | 19 | 148 | 54 | 28 |
| Octal | 276 | 20 | 154 | 0 | 134 | 53 | 31 | 510 | 124 | 50 |
| Binary | 10111110 | 10000 | 1101100 | 0 | 1011100 | 101011 | 11001 | 101001000 | 1010100 | 101000 |
Color Harmonies of #BE106C
Complementary color
Monochromatic Colors of #BE106C
Black with #BE106C
Text Example
Text Example
White with #BE106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE106C; }
p { color: rgb(190,16,108); }
H1.HeaderClassName
{
color: #BE106C;
}
.AnyTagClassName
{
color: #BE106C;
}
</style>
background-color css
<style>
a { background-color: #BE106C; }
a { background-color: rgb(190,16,108); }
div.DivClassName
{
background-color: #BE106C;
}
.BgClassName
{
background-color: #BE106C;
}
</style>
border-color css
<style>
span { border-color: #BE106C; }
span { border-color: rgb(190,16,108); }
td.TdClassName
{
border-color: #BE106C;
}
.TagClassName
{
border-color: #BE106C;
}
</style>