Shades of Medium Violet Red #BE0873
Tints of Medium Violet Red #BE0873
RGB
CMYK
RGB Variations
Color information
#BE0873 (or 0xBE0873) is known color: Medium Violet Red. HEX triplet: BE, 08 and 73. RGB value is (190,8,115). Sum of RGB (Red+Green+Blue) = 190+8+115=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0873 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0873 is #41F78C. Grayscale: #4A4A4A. Windows color (decimal): -4323213 or 7538878. OLE color: 7538878.
HSL color Cylindrical-coordinate representation of color #BE0873: hue angle of 324.73º 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 #BE0873 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 115 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.25 |
| HSL | 324.73º | 0.92% | 0.39% | - |
| HSV(B) | 324.73º | 0.96% | 0.75% | - |
| XYZ | 24.42 | 12.36 | 17.32 | - |
| YUV | 74.62 | 150.8 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 115 | 0 | 0.96 | 0.39 | 0.25 | 324.73 | 0.92 | 0.39 |
| Hex | BE | 8 | 73 | 0 | 60 | 27 | 19 | 145 | 5C | 27 |
| Octal | 276 | 10 | 163 | 0 | 140 | 47 | 31 | 505 | 134 | 47 |
| Binary | 10111110 | 1000 | 1110011 | 0 | 1100000 | 100111 | 11001 | 101000101 | 1011100 | 100111 |
Color Harmonies of #BE0873
Complementary color
Monochromatic Colors of #BE0873
Black with #BE0873
Text Example
Text Example
White with #BE0873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0873; }
p { color: rgb(190,8,115); }
H1.HeaderClassName
{
color: #BE0873;
}
.AnyTagClassName
{
color: #BE0873;
}
</style>
background-color css
<style>
a { background-color: #BE0873; }
a { background-color: rgb(190,8,115); }
div.DivClassName
{
background-color: #BE0873;
}
.BgClassName
{
background-color: #BE0873;
}
</style>
border-color css
<style>
span { border-color: #BE0873; }
span { border-color: rgb(190,8,115); }
td.TdClassName
{
border-color: #BE0873;
}
.TagClassName
{
border-color: #BE0873;
}
</style>