Shades of Medium Violet Red #BE039D
Tints of Medium Violet Red #BE039D
RGB
CMYK
RGB Variations
Color information
#BE039D (or 0xBE039D) is known color: Medium Violet Red. HEX triplet: BE, 03 and 9D. RGB value is (190,3,157). Sum of RGB (Red+Green+Blue) = 190+3+157=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE039D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE039D is #41FC62. Grayscale: #4C4C4C. Windows color (decimal): -4324451 or 10290110. OLE color: 10290110.
HSL color Cylindrical-coordinate representation of color #BE039D: hue angle of 310.59º 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 #BE039D is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 157 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.25 |
| HSL | 310.59º | 0.97% | 0.38% | - |
| HSV(B) | 310.59º | 0.98% | 0.75% | - |
| XYZ | 27.35 | 13.45 | 33.05 | - |
| YUV | 76.47 | 173.45 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 157 | 0 | 0.98 | 0.17 | 0.25 | 310.59 | 0.97 | 0.38 |
| Hex | BE | 3 | 9D | 0 | 62 | 11 | 19 | 137 | 61 | 26 |
| Octal | 276 | 3 | 235 | 0 | 142 | 21 | 31 | 467 | 141 | 46 |
| Binary | 10111110 | 11 | 10011101 | 0 | 1100010 | 10001 | 11001 | 100110111 | 1100001 | 100110 |
Color Harmonies of #BE039D
Complementary color
Monochromatic Colors of #BE039D
Black with #BE039D
Text Example
Text Example
White with #BE039D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE039D; }
p { color: rgb(190,3,157); }
H1.HeaderClassName
{
color: #BE039D;
}
.AnyTagClassName
{
color: #BE039D;
}
</style>
background-color css
<style>
a { background-color: #BE039D; }
a { background-color: rgb(190,3,157); }
div.DivClassName
{
background-color: #BE039D;
}
.BgClassName
{
background-color: #BE039D;
}
</style>
border-color css
<style>
span { border-color: #BE039D; }
span { border-color: rgb(190,3,157); }
td.TdClassName
{
border-color: #BE039D;
}
.TagClassName
{
border-color: #BE039D;
}
</style>