Shades of Medium Red Violet #BE37A8
Tints of Medium Red Violet #BE37A8
RGB
CMYK
RGB Variations
Color information
#BE37A8 (or 0xBE37A8) is known color: Medium Red Violet. HEX triplet: BE, 37 and A8. RGB value is (190,55,168). Sum of RGB (Red+Green+Blue) = 190+55+168=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 168 (66.02% from 255 or 40.68% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE37A8 is #41C857. Grayscale: #6B6B6B. Windows color (decimal): -4311128 or 11024318. OLE color: 11024318.
HSL color Cylindrical-coordinate representation of color #BE37A8: hue angle of 309.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE37A8 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 55 | 168 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.25 |
| HSL | 309.78º | 0.55% | 0.48% | - |
| HSV(B) | 309.78º | 0.71% | 0.75% | - |
| XYZ | 29.67 | 16.51 | 38.67 | - |
| YUV | 108.25 | 161.73 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 55 | 168 | 0 | 0.71 | 0.12 | 0.25 | 309.78 | 0.55 | 0.48 |
| Hex | BE | 37 | A8 | 0 | 47 | C | 19 | 136 | 37 | 30 |
| Octal | 276 | 67 | 250 | 0 | 107 | 14 | 31 | 466 | 67 | 60 |
| Binary | 10111110 | 110111 | 10101000 | 0 | 1000111 | 1100 | 11001 | 100110110 | 110111 | 110000 |
Color Harmonies of #BE37A8
Complementary color
Monochromatic Colors of #BE37A8
Black with #BE37A8
Text Example
Text Example
White with #BE37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE37A8; }
p { color: rgb(190,55,168); }
H1.HeaderClassName
{
color: #BE37A8;
}
.AnyTagClassName
{
color: #BE37A8;
}
</style>
background-color css
<style>
a { background-color: #BE37A8; }
a { background-color: rgb(190,55,168); }
div.DivClassName
{
background-color: #BE37A8;
}
.BgClassName
{
background-color: #BE37A8;
}
</style>
border-color css
<style>
span { border-color: #BE37A8; }
span { border-color: rgb(190,55,168); }
td.TdClassName
{
border-color: #BE37A8;
}
.TagClassName
{
border-color: #BE37A8;
}
</style>