Shades of Medium Violet Red #BE229B
Tints of Medium Violet Red #BE229B
RGB
CMYK
RGB Variations
Color information
#BE229B (or 0xBE229B) is known color: Medium Violet Red. HEX triplet: BE, 22 and 9B. RGB value is (190,34,155). Sum of RGB (Red+Green+Blue) = 190+34+155=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE229B is #41DD64. Grayscale: #5E5E5E. Windows color (decimal): -4316517 or 10166974. OLE color: 10166974.
HSL color Cylindrical-coordinate representation of color #BE229B: hue angle of 313.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE229B is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 155 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.25 |
| HSL | 313.46º | 0.7% | 0.44% | - |
| HSV(B) | 313.46º | 0.82% | 0.75% | - |
| XYZ | 27.72 | 14.46 | 32.34 | - |
| YUV | 94.44 | 162.18 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 155 | 0 | 0.82 | 0.18 | 0.25 | 313.46 | 0.7 | 0.44 |
| Hex | BE | 22 | 9B | 0 | 52 | 12 | 19 | 139 | 46 | 2C |
| Octal | 276 | 42 | 233 | 0 | 122 | 22 | 31 | 471 | 106 | 54 |
| Binary | 10111110 | 100010 | 10011011 | 0 | 1010010 | 10010 | 11001 | 100111001 | 1000110 | 101100 |
Color Harmonies of #BE229B
Complementary color
Monochromatic Colors of #BE229B
Black with #BE229B
Text Example
Text Example
White with #BE229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE229B; }
p { color: rgb(190,34,155); }
H1.HeaderClassName
{
color: #BE229B;
}
.AnyTagClassName
{
color: #BE229B;
}
</style>
background-color css
<style>
a { background-color: #BE229B; }
a { background-color: rgb(190,34,155); }
div.DivClassName
{
background-color: #BE229B;
}
.BgClassName
{
background-color: #BE229B;
}
</style>
border-color css
<style>
span { border-color: #BE229B; }
span { border-color: rgb(190,34,155); }
td.TdClassName
{
border-color: #BE229B;
}
.TagClassName
{
border-color: #BE229B;
}
</style>