Shades of Medium Violet Red #BE038F
Tints of Medium Violet Red #BE038F
RGB
CMYK
RGB Variations
Color information
#BE038F (or 0xBE038F) is known color: Medium Violet Red. HEX triplet: BE, 03 and 8F. RGB value is (190,3,143). Sum of RGB (Red+Green+Blue) = 190+3+143=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE038F is #41FC70. Grayscale: #4A4A4A. Windows color (decimal): -4324465 or 9372606. OLE color: 9372606.
HSL color Cylindrical-coordinate representation of color #BE038F: hue angle of 315.08º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE038F is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 143 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.25 |
| HSL | 315.08º | 0.97% | 0.38% | - |
| HSV(B) | 315.08º | 0.98% | 0.75% | - |
| XYZ | 26.23 | 13 | 27.11 | - |
| YUV | 74.87 | 166.45 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 143 | 0 | 0.98 | 0.25 | 0.25 | 315.08 | 0.97 | 0.38 |
| Hex | BE | 3 | 8F | 0 | 62 | 19 | 19 | 13B | 61 | 26 |
| Octal | 276 | 3 | 217 | 0 | 142 | 31 | 31 | 473 | 141 | 46 |
| Binary | 10111110 | 11 | 10001111 | 0 | 1100010 | 11001 | 11001 | 100111011 | 1100001 | 100110 |
Color Harmonies of #BE038F
Complementary color
Monochromatic Colors of #BE038F
Black with #BE038F
Text Example
Text Example
White with #BE038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE038F; }
p { color: rgb(190,3,143); }
H1.HeaderClassName
{
color: #BE038F;
}
.AnyTagClassName
{
color: #BE038F;
}
</style>
background-color css
<style>
a { background-color: #BE038F; }
a { background-color: rgb(190,3,143); }
div.DivClassName
{
background-color: #BE038F;
}
.BgClassName
{
background-color: #BE038F;
}
</style>
border-color css
<style>
span { border-color: #BE038F; }
span { border-color: rgb(190,3,143); }
td.TdClassName
{
border-color: #BE038F;
}
.TagClassName
{
border-color: #BE038F;
}
</style>