Shades of Medium Violet Red #BE0A8F
Tints of Medium Violet Red #BE0A8F
RGB
CMYK
RGB Variations
Color information
#BE0A8F (or 0xBE0A8F) is known color: Medium Violet Red. HEX triplet: BE, 0A and 8F. RGB value is (190,10,143). Sum of RGB (Red+Green+Blue) = 190+10+143=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 10 (4.30% from 255 or 2.92% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0A8F is #41F570. Grayscale: #4E4E4E. Windows color (decimal): -4322673 or 9374398. OLE color: 9374398.
HSL color Cylindrical-coordinate representation of color #BE0A8F: hue angle of 315.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0A8F is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 143 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.25 |
| HSL | 315.67º | 0.9% | 0.39% | - |
| HSV(B) | 315.67º | 0.95% | 0.75% | - |
| XYZ | 26.3 | 13.15 | 27.14 | - |
| YUV | 78.98 | 164.13 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 143 | 0 | 0.95 | 0.25 | 0.25 | 315.67 | 0.9 | 0.39 |
| Hex | BE | A | 8F | 0 | 5F | 19 | 19 | 13C | 5A | 27 |
| Octal | 276 | 12 | 217 | 0 | 137 | 31 | 31 | 474 | 132 | 47 |
| Binary | 10111110 | 1010 | 10001111 | 0 | 1011111 | 11001 | 11001 | 100111100 | 1011010 | 100111 |
Color Harmonies of #BE0A8F
Complementary color
Monochromatic Colors of #BE0A8F
Black with #BE0A8F
Text Example
Text Example
White with #BE0A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0A8F; }
p { color: rgb(190,10,143); }
H1.HeaderClassName
{
color: #BE0A8F;
}
.AnyTagClassName
{
color: #BE0A8F;
}
</style>
background-color css
<style>
a { background-color: #BE0A8F; }
a { background-color: rgb(190,10,143); }
div.DivClassName
{
background-color: #BE0A8F;
}
.BgClassName
{
background-color: #BE0A8F;
}
</style>
border-color css
<style>
span { border-color: #BE0A8F; }
span { border-color: rgb(190,10,143); }
td.TdClassName
{
border-color: #BE0A8F;
}
.TagClassName
{
border-color: #BE0A8F;
}
</style>