Shades of Medium Red Violet #BE30A0
Tints of Medium Red Violet #BE30A0
RGB
CMYK
RGB Variations
Color information
#BE30A0 (or 0xBE30A0) is known color: Medium Red Violet. HEX triplet: BE, 30 and A0. RGB value is (190,48,160). Sum of RGB (Red+Green+Blue) = 190+48+160=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE30A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE30A0 is #41CF5F. Grayscale: #666666. Windows color (decimal): -4312928 or 10498238. OLE color: 10498238.
HSL color Cylindrical-coordinate representation of color #BE30A0: hue angle of 312.68º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE30A0 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 48 | 160 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.25 |
| HSL | 312.68º | 0.6% | 0.47% | - |
| HSV(B) | 312.68º | 0.75% | 0.75% | - |
| XYZ | 28.64 | 15.6 | 34.76 | - |
| YUV | 103.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 160 | 0 | 0.75 | 0.16 | 0.25 | 312.68 | 0.6 | 0.47 |
| Hex | BE | 30 | A0 | 0 | 4B | 10 | 19 | 139 | 3C | 2F |
| Octal | 276 | 60 | 240 | 0 | 113 | 20 | 31 | 471 | 74 | 57 |
| Binary | 10111110 | 110000 | 10100000 | 0 | 1001011 | 10000 | 11001 | 100111001 | 111100 | 101111 |
Color Harmonies of #BE30A0
Complementary color
Monochromatic Colors of #BE30A0
Black with #BE30A0
Text Example
Text Example
White with #BE30A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE30A0; }
p { color: rgb(190,48,160); }
H1.HeaderClassName
{
color: #BE30A0;
}
.AnyTagClassName
{
color: #BE30A0;
}
</style>
background-color css
<style>
a { background-color: #BE30A0; }
a { background-color: rgb(190,48,160); }
div.DivClassName
{
background-color: #BE30A0;
}
.BgClassName
{
background-color: #BE30A0;
}
</style>
border-color css
<style>
span { border-color: #BE30A0; }
span { border-color: rgb(190,48,160); }
td.TdClassName
{
border-color: #BE30A0;
}
.TagClassName
{
border-color: #BE30A0;
}
</style>