Shades of Medium Violet Red #BE039B
Tints of Medium Violet Red #BE039B
RGB
CMYK
RGB Variations
Color information
#BE039B (or 0xBE039B) is known color: Medium Violet Red. HEX triplet: BE, 03 and 9B. RGB value is (190,3,155). Sum of RGB (Red+Green+Blue) = 190+3+155=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE039B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE039B is #41FC64. Grayscale: #4B4B4B. Windows color (decimal): -4324453 or 10159038. OLE color: 10159038.
HSL color Cylindrical-coordinate representation of color #BE039B: hue angle of 311.23º 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 #BE039B is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 155 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.25 |
| HSL | 311.23º | 0.97% | 0.38% | - |
| HSV(B) | 311.23º | 0.98% | 0.75% | - |
| XYZ | 27.18 | 13.38 | 32.16 | - |
| YUV | 76.24 | 172.45 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 155 | 0 | 0.98 | 0.18 | 0.25 | 311.23 | 0.97 | 0.38 |
| Hex | BE | 3 | 9B | 0 | 62 | 12 | 19 | 137 | 61 | 26 |
| Octal | 276 | 3 | 233 | 0 | 142 | 22 | 31 | 467 | 141 | 46 |
| Binary | 10111110 | 11 | 10011011 | 0 | 1100010 | 10010 | 11001 | 100110111 | 1100001 | 100110 |
Color Harmonies of #BE039B
Complementary color
Monochromatic Colors of #BE039B
Black with #BE039B
Text Example
Text Example
White with #BE039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE039B; }
p { color: rgb(190,3,155); }
H1.HeaderClassName
{
color: #BE039B;
}
.AnyTagClassName
{
color: #BE039B;
}
</style>
background-color css
<style>
a { background-color: #BE039B; }
a { background-color: rgb(190,3,155); }
div.DivClassName
{
background-color: #BE039B;
}
.BgClassName
{
background-color: #BE039B;
}
</style>
border-color css
<style>
span { border-color: #BE039B; }
span { border-color: rgb(190,3,155); }
td.TdClassName
{
border-color: #BE039B;
}
.TagClassName
{
border-color: #BE039B;
}
</style>