Shades of Medium Violet Red #BE0482
Tints of Medium Violet Red #BE0482
RGB
CMYK
RGB Variations
Color information
#BE0482 (or 0xBE0482) is known color: Medium Violet Red. HEX triplet: BE, 04 and 82. RGB value is (190,4,130). Sum of RGB (Red+Green+Blue) = 190+4+130=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0482 is #41FB7D. Grayscale: #494949. Windows color (decimal): -4324222 or 8520894. OLE color: 8520894.
HSL color Cylindrical-coordinate representation of color #BE0482: hue angle of 319.35º degrees, saturation: 0.96, 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 #BE0482 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.25 |
| HSL | 319.35º | 0.96% | 0.38% | - |
| HSV(B) | 319.35º | 0.98% | 0.75% | - |
| XYZ | 25.31 | 12.65 | 22.23 | - |
| YUV | 73.98 | 159.62 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 130 | 0 | 0.98 | 0.32 | 0.25 | 319.35 | 0.96 | 0.38 |
| Hex | BE | 4 | 82 | 0 | 62 | 20 | 19 | 13F | 60 | 26 |
| Octal | 276 | 4 | 202 | 0 | 142 | 40 | 31 | 477 | 140 | 46 |
| Binary | 10111110 | 100 | 10000010 | 0 | 1100010 | 100000 | 11001 | 100111111 | 1100000 | 100110 |
Color Harmonies of #BE0482
Complementary color
Monochromatic Colors of #BE0482
Black with #BE0482
Text Example
Text Example
White with #BE0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0482; }
p { color: rgb(190,4,130); }
H1.HeaderClassName
{
color: #BE0482;
}
.AnyTagClassName
{
color: #BE0482;
}
</style>
background-color css
<style>
a { background-color: #BE0482; }
a { background-color: rgb(190,4,130); }
div.DivClassName
{
background-color: #BE0482;
}
.BgClassName
{
background-color: #BE0482;
}
</style>
border-color css
<style>
span { border-color: #BE0482; }
span { border-color: rgb(190,4,130); }
td.TdClassName
{
border-color: #BE0482;
}
.TagClassName
{
border-color: #BE0482;
}
</style>