Shades of Medium Red Violet #BE3392
Tints of Medium Red Violet #BE3392
RGB
CMYK
RGB Variations
Color information
#BE3392 (or 0xBE3392) is known color: Medium Red Violet. HEX triplet: BE, 33 and 92. RGB value is (190,51,146). Sum of RGB (Red+Green+Blue) = 190+51+146=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 146 (57.42% from 255 or 37.73% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3392 is #41CC6D. Grayscale: #676767. Windows color (decimal): -4312174 or 9581502. OLE color: 9581502.
HSL color Cylindrical-coordinate representation of color #BE3392: hue angle of 318.99º 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 #BE3392 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 51 | 146 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.25 |
| HSL | 318.99º | 0.58% | 0.47% | - |
| HSV(B) | 318.99º | 0.73% | 0.75% | - |
| XYZ | 27.61 | 15.39 | 28.71 | - |
| YUV | 103.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 146 | 0 | 0.73 | 0.23 | 0.25 | 318.99 | 0.58 | 0.47 |
| Hex | BE | 33 | 92 | 0 | 49 | 17 | 19 | 13F | 3A | 2F |
| Octal | 276 | 63 | 222 | 0 | 111 | 27 | 31 | 477 | 72 | 57 |
| Binary | 10111110 | 110011 | 10010010 | 0 | 1001001 | 10111 | 11001 | 100111111 | 111010 | 101111 |
Color Harmonies of #BE3392
Complementary color
Monochromatic Colors of #BE3392
Black with #BE3392
Text Example
Text Example
White with #BE3392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3392; }
p { color: rgb(190,51,146); }
H1.HeaderClassName
{
color: #BE3392;
}
.AnyTagClassName
{
color: #BE3392;
}
</style>
background-color css
<style>
a { background-color: #BE3392; }
a { background-color: rgb(190,51,146); }
div.DivClassName
{
background-color: #BE3392;
}
.BgClassName
{
background-color: #BE3392;
}
</style>
border-color css
<style>
span { border-color: #BE3392; }
span { border-color: rgb(190,51,146); }
td.TdClassName
{
border-color: #BE3392;
}
.TagClassName
{
border-color: #BE3392;
}
</style>