Shades of Medium Orchid #BE34EC
Tints of Medium Orchid #BE34EC
RGB
CMYK
RGB Variations
Color information
#BE34EC (or 0xBE34EC) is known color: Medium Orchid. HEX triplet: BE, 34 and EC. RGB value is (190,52,236). Sum of RGB (Red+Green+Blue) = 190+52+236=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE34EC is #41CB13. Grayscale: #717171. Windows color (decimal): -4311828 or 15479998. OLE color: 15479998.
HSL color Cylindrical-coordinate representation of color #BE34EC: hue angle of 285º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE34EC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 52 | 236 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.07 |
| HSL | 285º | 0.83% | 0.56% | - |
| HSV(B) | 285º | 0.78% | 0.93% | - |
| XYZ | 37.6 | 19.46 | 81.13 | - |
| YUV | 114.24 | 196.72 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 52 | 236 | 0.19 | 0.78 | 0 | 0.07 | 285 | 0.83 | 0.56 |
| Hex | BE | 34 | EC | 13 | 4E | 0 | 7 | 11D | 53 | 38 |
| Octal | 276 | 64 | 354 | 23 | 116 | 0 | 7 | 435 | 123 | 70 |
| Binary | 10111110 | 110100 | 11101100 | 10011 | 1001110 | 0 | 111 | 100011101 | 1010011 | 111000 |
Color Harmonies of #BE34EC
Complementary color
Monochromatic Colors of #BE34EC
Black with #BE34EC
Text Example
Text Example
White with #BE34EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE34EC; }
p { color: rgb(190,52,236); }
H1.HeaderClassName
{
color: #BE34EC;
}
.AnyTagClassName
{
color: #BE34EC;
}
</style>
background-color css
<style>
a { background-color: #BE34EC; }
a { background-color: rgb(190,52,236); }
div.DivClassName
{
background-color: #BE34EC;
}
.BgClassName
{
background-color: #BE34EC;
}
</style>
border-color css
<style>
span { border-color: #BE34EC; }
span { border-color: rgb(190,52,236); }
td.TdClassName
{
border-color: #BE34EC;
}
.TagClassName
{
border-color: #BE34EC;
}
</style>