Shades of Medium Violet Red #BE0381
Tints of Medium Violet Red #BE0381
RGB
CMYK
RGB Variations
Color information
#BE0381 (or 0xBE0381) is known color: Medium Violet Red. HEX triplet: BE, 03 and 81. RGB value is (190,3,129). Sum of RGB (Red+Green+Blue) = 190+3+129=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0381 is #41FC7E. Grayscale: #484848. Windows color (decimal): -4324479 or 8455102. OLE color: 8455102.
HSL color Cylindrical-coordinate representation of color #BE0381: hue angle of 319.57º degrees, saturation: 0.97, 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 #BE0381 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 129 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.25 |
| HSL | 319.57º | 0.97% | 0.38% | - |
| HSV(B) | 319.57º | 0.98% | 0.75% | - |
| XYZ | 25.23 | 12.6 | 21.87 | - |
| YUV | 73.28 | 159.45 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 129 | 0 | 0.98 | 0.32 | 0.25 | 319.57 | 0.97 | 0.38 |
| Hex | BE | 3 | 81 | 0 | 62 | 20 | 19 | 140 | 61 | 26 |
| Octal | 276 | 3 | 201 | 0 | 142 | 40 | 31 | 500 | 141 | 46 |
| Binary | 10111110 | 11 | 10000001 | 0 | 1100010 | 100000 | 11001 | 101000000 | 1100001 | 100110 |
Color Harmonies of #BE0381
Complementary color
Monochromatic Colors of #BE0381
Black with #BE0381
Text Example
Text Example
White with #BE0381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0381; }
p { color: rgb(190,3,129); }
H1.HeaderClassName
{
color: #BE0381;
}
.AnyTagClassName
{
color: #BE0381;
}
</style>
background-color css
<style>
a { background-color: #BE0381; }
a { background-color: rgb(190,3,129); }
div.DivClassName
{
background-color: #BE0381;
}
.BgClassName
{
background-color: #BE0381;
}
</style>
border-color css
<style>
span { border-color: #BE0381; }
span { border-color: rgb(190,3,129); }
td.TdClassName
{
border-color: #BE0381;
}
.TagClassName
{
border-color: #BE0381;
}
</style>