Shades of Medium Red Violet #BE3CA6
Tints of Medium Red Violet #BE3CA6
RGB
CMYK
RGB Variations
Color information
#BE3CA6 (or 0xBE3CA6) is known color: Medium Red Violet. HEX triplet: BE, 3C and A6. RGB value is (190,60,166). Sum of RGB (Red+Green+Blue) = 190+60+166=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3CA6 is #41C359. Grayscale: #6E6E6E. Windows color (decimal): -4309850 or 10894526. OLE color: 10894526.
HSL color Cylindrical-coordinate representation of color #BE3CA6: hue angle of 311.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3CA6 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 60 | 166 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.25 |
| HSL | 311.08º | 0.52% | 0.49% | - |
| HSV(B) | 311.08º | 0.68% | 0.75% | - |
| XYZ | 29.73 | 16.93 | 37.78 | - |
| YUV | 110.95 | 159.07 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 60 | 166 | 0 | 0.68 | 0.13 | 0.25 | 311.08 | 0.52 | 0.49 |
| Hex | BE | 3C | A6 | 0 | 44 | D | 19 | 137 | 34 | 31 |
| Octal | 276 | 74 | 246 | 0 | 104 | 15 | 31 | 467 | 64 | 61 |
| Binary | 10111110 | 111100 | 10100110 | 0 | 1000100 | 1101 | 11001 | 100110111 | 110100 | 110001 |
Color Harmonies of #BE3CA6
Complementary color
Monochromatic Colors of #BE3CA6
Black with #BE3CA6
Text Example
Text Example
White with #BE3CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3CA6; }
p { color: rgb(190,60,166); }
H1.HeaderClassName
{
color: #BE3CA6;
}
.AnyTagClassName
{
color: #BE3CA6;
}
</style>
background-color css
<style>
a { background-color: #BE3CA6; }
a { background-color: rgb(190,60,166); }
div.DivClassName
{
background-color: #BE3CA6;
}
.BgClassName
{
background-color: #BE3CA6;
}
</style>
border-color css
<style>
span { border-color: #BE3CA6; }
span { border-color: rgb(190,60,166); }
td.TdClassName
{
border-color: #BE3CA6;
}
.TagClassName
{
border-color: #BE3CA6;
}
</style>