Shades of Medium Violet Red #BE0075
Tints of Medium Violet Red #BE0075
RGB
CMYK
RGB Variations
Color information
#BE0075 (or 0xBE0075) is known color: Medium Violet Red. HEX triplet: BE, 00 and 75. RGB value is (190,0,117). Sum of RGB (Red+Green+Blue) = 190+0+117=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0075 is #41FF8A. Grayscale: #454545. Windows color (decimal): -4325259 or 7667902. OLE color: 7667902.
HSL color Cylindrical-coordinate representation of color #BE0075: hue angle of 323.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0075 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.38 | 0.25 |
| HSL | 323.05º | 1% | 0.37% | - |
| HSV(B) | 323.05º | 1% | 0.75% | - |
| XYZ | 24.45 | 12.23 | 17.9 | - |
| YUV | 70.15 | 154.45 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 117 | 0 | 1 | 0.38 | 0.25 | 323.05 | 1 | 0.37 |
| Hex | BE | 0 | 75 | 0 | 64 | 26 | 19 | 143 | 64 | 25 |
| Octal | 276 | 0 | 165 | 0 | 144 | 46 | 31 | 503 | 144 | 45 |
| Binary | 10111110 | 0 | 1110101 | 0 | 1100100 | 100110 | 11001 | 101000011 | 1100100 | 100101 |
Color Harmonies of #BE0075
Complementary color
Monochromatic Colors of #BE0075
Black with #BE0075
Text Example
Text Example
White with #BE0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0075; }
p { color: rgb(190,0,117); }
H1.HeaderClassName
{
color: #BE0075;
}
.AnyTagClassName
{
color: #BE0075;
}
</style>
background-color css
<style>
a { background-color: #BE0075; }
a { background-color: rgb(190,0,117); }
div.DivClassName
{
background-color: #BE0075;
}
.BgClassName
{
background-color: #BE0075;
}
</style>
border-color css
<style>
span { border-color: #BE0075; }
span { border-color: rgb(190,0,117); }
td.TdClassName
{
border-color: #BE0075;
}
.TagClassName
{
border-color: #BE0075;
}
</style>