Shades of Medium Violet Red #BE019B
Tints of Medium Violet Red #BE019B
RGB
CMYK
RGB Variations
Color information
#BE019B (or 0xBE019B) is known color: Medium Violet Red. HEX triplet: BE, 01 and 9B. RGB value is (190,1,155). Sum of RGB (Red+Green+Blue) = 190+1+155=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE019B is #41FE64. Grayscale: #4A4A4A. Windows color (decimal): -4324965 or 10158526. OLE color: 10158526.
HSL color Cylindrical-coordinate representation of color #BE019B: hue angle of 311.11º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE019B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 155 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.25 |
| HSL | 311.11º | 0.99% | 0.37% | - |
| HSV(B) | 311.11º | 0.99% | 0.75% | - |
| XYZ | 27.16 | 13.34 | 32.15 | - |
| YUV | 75.07 | 173.12 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 155 | 0 | 0.99 | 0.18 | 0.25 | 311.11 | 0.99 | 0.37 |
| Hex | BE | 1 | 9B | 0 | 63 | 12 | 19 | 137 | 63 | 25 |
| Octal | 276 | 1 | 233 | 0 | 143 | 22 | 31 | 467 | 143 | 45 |
| Binary | 10111110 | 1 | 10011011 | 0 | 1100011 | 10010 | 11001 | 100110111 | 1100011 | 100101 |
Color Harmonies of #BE019B
Complementary color
Monochromatic Colors of #BE019B
Black with #BE019B
Text Example
Text Example
White with #BE019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE019B; }
p { color: rgb(190,1,155); }
H1.HeaderClassName
{
color: #BE019B;
}
.AnyTagClassName
{
color: #BE019B;
}
</style>
background-color css
<style>
a { background-color: #BE019B; }
a { background-color: rgb(190,1,155); }
div.DivClassName
{
background-color: #BE019B;
}
.BgClassName
{
background-color: #BE019B;
}
</style>
border-color css
<style>
span { border-color: #BE019B; }
span { border-color: rgb(190,1,155); }
td.TdClassName
{
border-color: #BE019B;
}
.TagClassName
{
border-color: #BE019B;
}
</style>