Shades of Medium Orchid #BE64EC
Tints of Medium Orchid #BE64EC
RGB
CMYK
RGB Variations
Color information
#BE64EC (or 0xBE64EC) is known color: Medium Orchid. HEX triplet: BE, 64 and EC. RGB value is (190,100,236). Sum of RGB (Red+Green+Blue) = 190+100+236=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE64EC is #419B13. Grayscale: #8D8D8D. Windows color (decimal): -4299540 or 15492286. OLE color: 15492286.
HSL color Cylindrical-coordinate representation of color #BE64EC: hue angle of 279.71º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE64EC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 100 | 236 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.07 |
| HSL | 279.71º | 0.78% | 0.66% | - |
| HSV(B) | 279.71º | 0.58% | 0.93% | - |
| XYZ | 40.93 | 26.12 | 82.24 | - |
| YUV | 142.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 236 | 0.19 | 0.58 | 0 | 0.07 | 279.71 | 0.78 | 0.66 |
| Hex | BE | 64 | EC | 13 | 3A | 0 | 7 | 118 | 4E | 42 |
| Octal | 276 | 144 | 354 | 23 | 72 | 0 | 7 | 430 | 116 | 102 |
| Binary | 10111110 | 1100100 | 11101100 | 10011 | 111010 | 0 | 111 | 100011000 | 1001110 | 1000010 |
Color Harmonies of #BE64EC
Complementary color
Monochromatic Colors of #BE64EC
Black with #BE64EC
Text Example
Text Example
White with #BE64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64EC; }
p { color: rgb(190,100,236); }
H1.HeaderClassName
{
color: #BE64EC;
}
.AnyTagClassName
{
color: #BE64EC;
}
</style>
background-color css
<style>
a { background-color: #BE64EC; }
a { background-color: rgb(190,100,236); }
div.DivClassName
{
background-color: #BE64EC;
}
.BgClassName
{
background-color: #BE64EC;
}
</style>
border-color css
<style>
span { border-color: #BE64EC; }
span { border-color: rgb(190,100,236); }
td.TdClassName
{
border-color: #BE64EC;
}
.TagClassName
{
border-color: #BE64EC;
}
</style>