Shades of Medium Violet Red #BE219B
Tints of Medium Violet Red #BE219B
RGB
CMYK
RGB Variations
Color information
#BE219B (or 0xBE219B) is known color: Medium Violet Red. HEX triplet: BE, 21 and 9B. RGB value is (190,33,155). Sum of RGB (Red+Green+Blue) = 190+33+155=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE219B is #41DE64. Grayscale: #5D5D5D. Windows color (decimal): -4316773 or 10166718. OLE color: 10166718.
HSL color Cylindrical-coordinate representation of color #BE219B: hue angle of 313.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE219B is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 155 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.25 |
| HSL | 313.38º | 0.7% | 0.44% | - |
| HSV(B) | 313.38º | 0.83% | 0.75% | - |
| XYZ | 27.7 | 14.4 | 32.33 | - |
| YUV | 93.85 | 162.51 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 155 | 0 | 0.83 | 0.18 | 0.25 | 313.38 | 0.7 | 0.44 |
| Hex | BE | 21 | 9B | 0 | 53 | 12 | 19 | 139 | 46 | 2C |
| Octal | 276 | 41 | 233 | 0 | 123 | 22 | 31 | 471 | 106 | 54 |
| Binary | 10111110 | 100001 | 10011011 | 0 | 1010011 | 10010 | 11001 | 100111001 | 1000110 | 101100 |
Color Harmonies of #BE219B
Complementary color
Monochromatic Colors of #BE219B
Black with #BE219B
Text Example
Text Example
White with #BE219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE219B; }
p { color: rgb(190,33,155); }
H1.HeaderClassName
{
color: #BE219B;
}
.AnyTagClassName
{
color: #BE219B;
}
</style>
background-color css
<style>
a { background-color: #BE219B; }
a { background-color: rgb(190,33,155); }
div.DivClassName
{
background-color: #BE219B;
}
.BgClassName
{
background-color: #BE219B;
}
</style>
border-color css
<style>
span { border-color: #BE219B; }
span { border-color: rgb(190,33,155); }
td.TdClassName
{
border-color: #BE219B;
}
.TagClassName
{
border-color: #BE219B;
}
</style>