Shades of Medium Orchid #BE33EC
Tints of Medium Orchid #BE33EC
RGB
CMYK
RGB Variations
Color information
#BE33EC (or 0xBE33EC) is known color: Medium Orchid. HEX triplet: BE, 33 and EC. RGB value is (190,51,236). Sum of RGB (Red+Green+Blue) = 190+51+236=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE33EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE33EC is #41CC13. Grayscale: #717171. Windows color (decimal): -4312084 or 15479742. OLE color: 15479742.
HSL color Cylindrical-coordinate representation of color #BE33EC: hue angle of 285.08º 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 #BE33EC is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 51 | 236 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.07 |
| HSL | 285.08º | 0.83% | 0.56% | - |
| HSV(B) | 285.08º | 0.78% | 0.93% | - |
| XYZ | 37.56 | 19.37 | 81.12 | - |
| YUV | 113.65 | 197.05 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 236 | 0.19 | 0.78 | 0 | 0.07 | 285.08 | 0.83 | 0.56 |
| Hex | BE | 33 | EC | 13 | 4E | 0 | 7 | 11D | 53 | 38 |
| Octal | 276 | 63 | 354 | 23 | 116 | 0 | 7 | 435 | 123 | 70 |
| Binary | 10111110 | 110011 | 11101100 | 10011 | 1001110 | 0 | 111 | 100011101 | 1010011 | 111000 |
Color Harmonies of #BE33EC
Complementary color
Monochromatic Colors of #BE33EC
Black with #BE33EC
Text Example
Text Example
White with #BE33EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE33EC; }
p { color: rgb(190,51,236); }
H1.HeaderClassName
{
color: #BE33EC;
}
.AnyTagClassName
{
color: #BE33EC;
}
</style>
background-color css
<style>
a { background-color: #BE33EC; }
a { background-color: rgb(190,51,236); }
div.DivClassName
{
background-color: #BE33EC;
}
.BgClassName
{
background-color: #BE33EC;
}
</style>
border-color css
<style>
span { border-color: #BE33EC; }
span { border-color: rgb(190,51,236); }
td.TdClassName
{
border-color: #BE33EC;
}
.TagClassName
{
border-color: #BE33EC;
}
</style>