Shades of Medium Violet Red #BE0B7D
Tints of Medium Violet Red #BE0B7D
RGB
CMYK
RGB Variations
Color information
#BE0B7D (or 0xBE0B7D) is known color: Medium Violet Red. HEX triplet: BE, 0B and 7D. RGB value is (190,11,125). Sum of RGB (Red+Green+Blue) = 190+11+125=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0B7D is #41F482. Grayscale: #4D4D4D. Windows color (decimal): -4322435 or 8195006. OLE color: 8195006.
HSL color Cylindrical-coordinate representation of color #BE0B7D: hue angle of 321.79º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0B7D is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 125 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.25 |
| HSL | 321.79º | 0.89% | 0.39% | - |
| HSV(B) | 321.79º | 0.94% | 0.75% | - |
| XYZ | 25.06 | 12.67 | 20.53 | - |
| YUV | 77.52 | 154.8 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 125 | 0 | 0.94 | 0.34 | 0.25 | 321.79 | 0.89 | 0.39 |
| Hex | BE | B | 7D | 0 | 5E | 22 | 19 | 142 | 59 | 27 |
| Octal | 276 | 13 | 175 | 0 | 136 | 42 | 31 | 502 | 131 | 47 |
| Binary | 10111110 | 1011 | 1111101 | 0 | 1011110 | 100010 | 11001 | 101000010 | 1011001 | 100111 |
Color Harmonies of #BE0B7D
Complementary color
Monochromatic Colors of #BE0B7D
Black with #BE0B7D
Text Example
Text Example
White with #BE0B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0B7D; }
p { color: rgb(190,11,125); }
H1.HeaderClassName
{
color: #BE0B7D;
}
.AnyTagClassName
{
color: #BE0B7D;
}
</style>
background-color css
<style>
a { background-color: #BE0B7D; }
a { background-color: rgb(190,11,125); }
div.DivClassName
{
background-color: #BE0B7D;
}
.BgClassName
{
background-color: #BE0B7D;
}
</style>
border-color css
<style>
span { border-color: #BE0B7D; }
span { border-color: rgb(190,11,125); }
td.TdClassName
{
border-color: #BE0B7D;
}
.TagClassName
{
border-color: #BE0B7D;
}
</style>