Shades of Medium Red Violet #BE33A6
Tints of Medium Red Violet #BE33A6
RGB
CMYK
RGB Variations
Color information
#BE33A6 (or 0xBE33A6) is known color: Medium Red Violet. HEX triplet: BE, 33 and A6. RGB value is (190,51,166). Sum of RGB (Red+Green+Blue) = 190+51+166=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE33A6 is #41CC59. Grayscale: #696969. Windows color (decimal): -4312154 or 10892222. OLE color: 10892222.
HSL color Cylindrical-coordinate representation of color #BE33A6: hue angle of 310.36º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE33A6 is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 51 | 166 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.25 |
| HSL | 310.36º | 0.58% | 0.47% | - |
| HSV(B) | 310.36º | 0.73% | 0.75% | - |
| XYZ | 29.3 | 16.07 | 37.63 | - |
| YUV | 105.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 166 | 0 | 0.73 | 0.13 | 0.25 | 310.36 | 0.58 | 0.47 |
| Hex | BE | 33 | A6 | 0 | 49 | D | 19 | 136 | 3A | 2F |
| Octal | 276 | 63 | 246 | 0 | 111 | 15 | 31 | 466 | 72 | 57 |
| Binary | 10111110 | 110011 | 10100110 | 0 | 1001001 | 1101 | 11001 | 100110110 | 111010 | 101111 |
Color Harmonies of #BE33A6
Complementary color
Monochromatic Colors of #BE33A6
Black with #BE33A6
Text Example
Text Example
White with #BE33A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE33A6; }
p { color: rgb(190,51,166); }
H1.HeaderClassName
{
color: #BE33A6;
}
.AnyTagClassName
{
color: #BE33A6;
}
</style>
background-color css
<style>
a { background-color: #BE33A6; }
a { background-color: rgb(190,51,166); }
div.DivClassName
{
background-color: #BE33A6;
}
.BgClassName
{
background-color: #BE33A6;
}
</style>
border-color css
<style>
span { border-color: #BE33A6; }
span { border-color: rgb(190,51,166); }
td.TdClassName
{
border-color: #BE33A6;
}
.TagClassName
{
border-color: #BE33A6;
}
</style>