Shades of Medium Red Violet #BE3E7F
Tints of Medium Red Violet #BE3E7F
RGB
CMYK
RGB Variations
Color information
#BE3E7F (or 0xBE3E7F) is known color: Medium Red Violet. HEX triplet: BE, 3E and 7F. RGB value is (190,62,127). Sum of RGB (Red+Green+Blue) = 190+62+127=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E7F is #41C180. Grayscale: #6B6B6B. Windows color (decimal): -4309377 or 8339134. OLE color: 8339134.
HSL color Cylindrical-coordinate representation of color #BE3E7F: hue angle of 329.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3E7F is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 127 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.25 |
| HSL | 329.53º | 0.51% | 0.49% | - |
| HSV(B) | 329.53º | 0.67% | 0.75% | - |
| XYZ | 26.79 | 15.92 | 21.74 | - |
| YUV | 107.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 127 | 0 | 0.67 | 0.33 | 0.25 | 329.53 | 0.51 | 0.49 |
| Hex | BE | 3E | 7F | 0 | 43 | 21 | 19 | 14A | 33 | 31 |
| Octal | 276 | 76 | 177 | 0 | 103 | 41 | 31 | 512 | 63 | 61 |
| Binary | 10111110 | 111110 | 1111111 | 0 | 1000011 | 100001 | 11001 | 101001010 | 110011 | 110001 |
Color Harmonies of #BE3E7F
Complementary color
Monochromatic Colors of #BE3E7F
Black with #BE3E7F
Text Example
Text Example
White with #BE3E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E7F; }
p { color: rgb(190,62,127); }
H1.HeaderClassName
{
color: #BE3E7F;
}
.AnyTagClassName
{
color: #BE3E7F;
}
</style>
background-color css
<style>
a { background-color: #BE3E7F; }
a { background-color: rgb(190,62,127); }
div.DivClassName
{
background-color: #BE3E7F;
}
.BgClassName
{
background-color: #BE3E7F;
}
</style>
border-color css
<style>
span { border-color: #BE3E7F; }
span { border-color: rgb(190,62,127); }
td.TdClassName
{
border-color: #BE3E7F;
}
.TagClassName
{
border-color: #BE3E7F;
}
</style>