Shades of Medium Violet Red #BE008B
Tints of Medium Violet Red #BE008B
RGB
CMYK
RGB Variations
Color information
#BE008B (or 0xBE008B) is known color: Medium Violet Red. HEX triplet: BE, 00 and 8B. RGB value is (190,0,139). Sum of RGB (Red+Green+Blue) = 190+0+139=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE008B is #41FF74. Grayscale: #484848. Windows color (decimal): -4325237 or 9109694. OLE color: 9109694.
HSL color Cylindrical-coordinate representation of color #BE008B: hue angle of 316.11º 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 #BE008B is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.27 | 0.25 |
| HSL | 316.11º | 1% | 0.37% | - |
| HSV(B) | 316.11º | 1% | 0.75% | - |
| XYZ | 25.9 | 12.81 | 25.53 | - |
| YUV | 72.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 139 | 0 | 1 | 0.27 | 0.25 | 316.11 | 1 | 0.37 |
| Hex | BE | 0 | 8B | 0 | 64 | 1B | 19 | 13C | 64 | 25 |
| Octal | 276 | 0 | 213 | 0 | 144 | 33 | 31 | 474 | 144 | 45 |
| Binary | 10111110 | 0 | 10001011 | 0 | 1100100 | 11011 | 11001 | 100111100 | 1100100 | 100101 |
Color Harmonies of #BE008B
Complementary color
Monochromatic Colors of #BE008B
Black with #BE008B
Text Example
Text Example
White with #BE008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE008B; }
p { color: rgb(190,0,139); }
H1.HeaderClassName
{
color: #BE008B;
}
.AnyTagClassName
{
color: #BE008B;
}
</style>
background-color css
<style>
a { background-color: #BE008B; }
a { background-color: rgb(190,0,139); }
div.DivClassName
{
background-color: #BE008B;
}
.BgClassName
{
background-color: #BE008B;
}
</style>
border-color css
<style>
span { border-color: #BE008B; }
span { border-color: rgb(190,0,139); }
td.TdClassName
{
border-color: #BE008B;
}
.TagClassName
{
border-color: #BE008B;
}
</style>