Shades of Medium Red Violet #BE3E8F
Tints of Medium Red Violet #BE3E8F
RGB
CMYK
RGB Variations
Color information
#BE3E8F (or 0xBE3E8F) is known color: Medium Red Violet. HEX triplet: BE, 3E and 8F. RGB value is (190,62,143). Sum of RGB (Red+Green+Blue) = 190+62+143=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3E8F is #41C170. Grayscale: #6D6D6D. Windows color (decimal): -4309361 or 9387710. OLE color: 9387710.
HSL color Cylindrical-coordinate representation of color #BE3E8F: hue angle of 322.03º 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 #BE3E8F is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 62 | 143 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.25 |
| HSL | 322.03º | 0.51% | 0.49% | - |
| HSV(B) | 322.03º | 0.67% | 0.75% | - |
| XYZ | 27.92 | 16.38 | 27.68 | - |
| YUV | 109.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 62 | 143 | 0 | 0.67 | 0.25 | 0.25 | 322.03 | 0.51 | 0.49 |
| Hex | BE | 3E | 8F | 0 | 43 | 19 | 19 | 142 | 33 | 31 |
| Octal | 276 | 76 | 217 | 0 | 103 | 31 | 31 | 502 | 63 | 61 |
| Binary | 10111110 | 111110 | 10001111 | 0 | 1000011 | 11001 | 11001 | 101000010 | 110011 | 110001 |
Color Harmonies of #BE3E8F
Complementary color
Monochromatic Colors of #BE3E8F
Black with #BE3E8F
Text Example
Text Example
White with #BE3E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3E8F; }
p { color: rgb(190,62,143); }
H1.HeaderClassName
{
color: #BE3E8F;
}
.AnyTagClassName
{
color: #BE3E8F;
}
</style>
background-color css
<style>
a { background-color: #BE3E8F; }
a { background-color: rgb(190,62,143); }
div.DivClassName
{
background-color: #BE3E8F;
}
.BgClassName
{
background-color: #BE3E8F;
}
</style>
border-color css
<style>
span { border-color: #BE3E8F; }
span { border-color: rgb(190,62,143); }
td.TdClassName
{
border-color: #BE3E8F;
}
.TagClassName
{
border-color: #BE3E8F;
}
</style>