Shades of Medium Violet Red #BE007B
Tints of Medium Violet Red #BE007B
RGB
CMYK
RGB Variations
Color information
#BE007B (or 0xBE007B) is known color: Medium Violet Red. HEX triplet: BE, 00 and 7B. RGB value is (190,0,123). Sum of RGB (Red+Green+Blue) = 190+0+123=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE007B is #41FF84. Grayscale: #464646. Windows color (decimal): -4325253 or 8061118. OLE color: 8061118.
HSL color Cylindrical-coordinate representation of color #BE007B: hue angle of 321.16º 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 #BE007B is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.35 | 0.25 |
| HSL | 321.16º | 1% | 0.37% | - |
| HSV(B) | 321.16º | 1% | 0.75% | - |
| XYZ | 24.81 | 12.38 | 19.82 | - |
| YUV | 70.83 | 157.45 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 123 | 0 | 1 | 0.35 | 0.25 | 321.16 | 1 | 0.37 |
| Hex | BE | 0 | 7B | 0 | 64 | 23 | 19 | 141 | 64 | 25 |
| Octal | 276 | 0 | 173 | 0 | 144 | 43 | 31 | 501 | 144 | 45 |
| Binary | 10111110 | 0 | 1111011 | 0 | 1100100 | 100011 | 11001 | 101000001 | 1100100 | 100101 |
Color Harmonies of #BE007B
Complementary color
Monochromatic Colors of #BE007B
Black with #BE007B
Text Example
Text Example
White with #BE007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE007B; }
p { color: rgb(190,0,123); }
H1.HeaderClassName
{
color: #BE007B;
}
.AnyTagClassName
{
color: #BE007B;
}
</style>
background-color css
<style>
a { background-color: #BE007B; }
a { background-color: rgb(190,0,123); }
div.DivClassName
{
background-color: #BE007B;
}
.BgClassName
{
background-color: #BE007B;
}
</style>
border-color css
<style>
span { border-color: #BE007B; }
span { border-color: rgb(190,0,123); }
td.TdClassName
{
border-color: #BE007B;
}
.TagClassName
{
border-color: #BE007B;
}
</style>