Shades of Medium Violet Red #BE0175
Tints of Medium Violet Red #BE0175
RGB
CMYK
RGB Variations
Color information
#BE0175 (or 0xBE0175) is known color: Medium Violet Red. HEX triplet: BE, 01 and 75. RGB value is (190,1,117). Sum of RGB (Red+Green+Blue) = 190+1+117=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0175 is #41FE8A. Grayscale: #464646. Windows color (decimal): -4325003 or 7668158. OLE color: 7668158.
HSL color Cylindrical-coordinate representation of color #BE0175: hue angle of 323.17º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0175 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.25 |
| HSL | 323.17º | 0.99% | 0.37% | - |
| HSV(B) | 323.17º | 0.99% | 0.75% | - |
| XYZ | 24.46 | 12.25 | 17.91 | - |
| YUV | 70.74 | 154.12 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 117 | 0 | 0.99 | 0.38 | 0.25 | 323.17 | 0.99 | 0.37 |
| Hex | BE | 1 | 75 | 0 | 63 | 26 | 19 | 143 | 63 | 25 |
| Octal | 276 | 1 | 165 | 0 | 143 | 46 | 31 | 503 | 143 | 45 |
| Binary | 10111110 | 1 | 1110101 | 0 | 1100011 | 100110 | 11001 | 101000011 | 1100011 | 100101 |
Color Harmonies of #BE0175
Complementary color
Monochromatic Colors of #BE0175
Black with #BE0175
Text Example
Text Example
White with #BE0175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0175; }
p { color: rgb(190,1,117); }
H1.HeaderClassName
{
color: #BE0175;
}
.AnyTagClassName
{
color: #BE0175;
}
</style>
background-color css
<style>
a { background-color: #BE0175; }
a { background-color: rgb(190,1,117); }
div.DivClassName
{
background-color: #BE0175;
}
.BgClassName
{
background-color: #BE0175;
}
</style>
border-color css
<style>
span { border-color: #BE0175; }
span { border-color: rgb(190,1,117); }
td.TdClassName
{
border-color: #BE0175;
}
.TagClassName
{
border-color: #BE0175;
}
</style>