Shades of Medium Red Violet #BE407E
Tints of Medium Red Violet #BE407E
RGB
CMYK
RGB Variations
Color information
#BE407E (or 0xBE407E) is known color: Medium Red Violet. HEX triplet: BE, 40 and 7E. RGB value is (190,64,126). Sum of RGB (Red+Green+Blue) = 190+64+126=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE407E is #41BF81. Grayscale: #6C6C6C. Windows color (decimal): -4308866 or 8274110. OLE color: 8274110.
HSL color Cylindrical-coordinate representation of color #BE407E: hue angle of 330.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE407E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 64 | 126 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.25 |
| HSL | 330.48º | 0.5% | 0.5% | - |
| HSV(B) | 330.48º | 0.66% | 0.75% | - |
| XYZ | 26.83 | 16.12 | 21.44 | - |
| YUV | 108.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 64 | 126 | 0 | 0.66 | 0.34 | 0.25 | 330.48 | 0.5 | 0.5 |
| Hex | BE | 40 | 7E | 0 | 42 | 22 | 19 | 14A | 32 | 32 |
| Octal | 276 | 100 | 176 | 0 | 102 | 42 | 31 | 512 | 62 | 62 |
| Binary | 10111110 | 1000000 | 1111110 | 0 | 1000010 | 100010 | 11001 | 101001010 | 110010 | 110010 |
Color Harmonies of #BE407E
Complementary color
Monochromatic Colors of #BE407E
Black with #BE407E
Text Example
Text Example
White with #BE407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE407E; }
p { color: rgb(190,64,126); }
H1.HeaderClassName
{
color: #BE407E;
}
.AnyTagClassName
{
color: #BE407E;
}
</style>
background-color css
<style>
a { background-color: #BE407E; }
a { background-color: rgb(190,64,126); }
div.DivClassName
{
background-color: #BE407E;
}
.BgClassName
{
background-color: #BE407E;
}
</style>
border-color css
<style>
span { border-color: #BE407E; }
span { border-color: rgb(190,64,126); }
td.TdClassName
{
border-color: #BE407E;
}
.TagClassName
{
border-color: #BE407E;
}
</style>