Shades of Medium Violet Red #BE0282
Tints of Medium Violet Red #BE0282
RGB
CMYK
RGB Variations
Color information
#BE0282 (or 0xBE0282) is known color: Medium Violet Red. HEX triplet: BE, 02 and 82. RGB value is (190,2,130). Sum of RGB (Red+Green+Blue) = 190+2+130=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0282 is #41FD7D. Grayscale: #484848. Windows color (decimal): -4324734 or 8520382. OLE color: 8520382.
HSL color Cylindrical-coordinate representation of color #BE0282: hue angle of 319.15º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0282 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.25 |
| HSL | 319.15º | 0.98% | 0.38% | - |
| HSV(B) | 319.15º | 0.99% | 0.75% | - |
| XYZ | 25.29 | 12.6 | 22.22 | - |
| YUV | 72.8 | 160.28 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 130 | 0 | 0.99 | 0.32 | 0.25 | 319.15 | 0.98 | 0.38 |
| Hex | BE | 2 | 82 | 0 | 63 | 20 | 19 | 13F | 62 | 26 |
| Octal | 276 | 2 | 202 | 0 | 143 | 40 | 31 | 477 | 142 | 46 |
| Binary | 10111110 | 10 | 10000010 | 0 | 1100011 | 100000 | 11001 | 100111111 | 1100010 | 100110 |
Color Harmonies of #BE0282
Complementary color
Monochromatic Colors of #BE0282
Black with #BE0282
Text Example
Text Example
White with #BE0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0282; }
p { color: rgb(190,2,130); }
H1.HeaderClassName
{
color: #BE0282;
}
.AnyTagClassName
{
color: #BE0282;
}
</style>
background-color css
<style>
a { background-color: #BE0282; }
a { background-color: rgb(190,2,130); }
div.DivClassName
{
background-color: #BE0282;
}
.BgClassName
{
background-color: #BE0282;
}
</style>
border-color css
<style>
span { border-color: #BE0282; }
span { border-color: rgb(190,2,130); }
td.TdClassName
{
border-color: #BE0282;
}
.TagClassName
{
border-color: #BE0282;
}
</style>