Shades of Medium Violet Red #BE088D
Tints of Medium Violet Red #BE088D
RGB
CMYK
RGB Variations
Color information
#BE088D (or 0xBE088D) is known color: Medium Violet Red. HEX triplet: BE, 08 and 8D. RGB value is (190,8,141). Sum of RGB (Red+Green+Blue) = 190+8+141=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE088D is #41F772. Grayscale: #4D4D4D. Windows color (decimal): -4323187 or 9242814. OLE color: 9242814.
HSL color Cylindrical-coordinate representation of color #BE088D: hue angle of 316.15º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE088D is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.25 |
| HSL | 316.15º | 0.92% | 0.39% | - |
| HSV(B) | 316.15º | 0.96% | 0.75% | - |
| XYZ | 26.13 | 13.04 | 26.34 | - |
| YUV | 77.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 141 | 0 | 0.96 | 0.26 | 0.25 | 316.15 | 0.92 | 0.39 |
| Hex | BE | 8 | 8D | 0 | 60 | 1A | 19 | 13C | 5C | 27 |
| Octal | 276 | 10 | 215 | 0 | 140 | 32 | 31 | 474 | 134 | 47 |
| Binary | 10111110 | 1000 | 10001101 | 0 | 1100000 | 11010 | 11001 | 100111100 | 1011100 | 100111 |
Color Harmonies of #BE088D
Complementary color
Monochromatic Colors of #BE088D
Black with #BE088D
Text Example
Text Example
White with #BE088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE088D; }
p { color: rgb(190,8,141); }
H1.HeaderClassName
{
color: #BE088D;
}
.AnyTagClassName
{
color: #BE088D;
}
</style>
background-color css
<style>
a { background-color: #BE088D; }
a { background-color: rgb(190,8,141); }
div.DivClassName
{
background-color: #BE088D;
}
.BgClassName
{
background-color: #BE088D;
}
</style>
border-color css
<style>
span { border-color: #BE088D; }
span { border-color: rgb(190,8,141); }
td.TdClassName
{
border-color: #BE088D;
}
.TagClassName
{
border-color: #BE088D;
}
</style>