Shades of Medium Orchid #BE65EC
Tints of Medium Orchid #BE65EC
RGB
CMYK
RGB Variations
Color information
#BE65EC (or 0xBE65EC) is known color: Medium Orchid. HEX triplet: BE, 65 and EC. RGB value is (190,101,236). Sum of RGB (Red+Green+Blue) = 190+101+236=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE65EC is #419A13. Grayscale: #8E8E8E. Windows color (decimal): -4299284 or 15492542. OLE color: 15492542.
HSL color Cylindrical-coordinate representation of color #BE65EC: hue angle of 279.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE65EC is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 101 | 236 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.07 |
| HSL | 279.56º | 0.78% | 0.66% | - |
| HSV(B) | 279.56º | 0.57% | 0.93% | - |
| XYZ | 41.03 | 26.31 | 82.27 | - |
| YUV | 143 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 236 | 0.19 | 0.57 | 0 | 0.07 | 279.56 | 0.78 | 0.66 |
| Hex | BE | 65 | EC | 13 | 39 | 0 | 7 | 118 | 4E | 42 |
| Octal | 276 | 145 | 354 | 23 | 71 | 0 | 7 | 430 | 116 | 102 |
| Binary | 10111110 | 1100101 | 11101100 | 10011 | 111001 | 0 | 111 | 100011000 | 1001110 | 1000010 |
Color Harmonies of #BE65EC
Complementary color
Monochromatic Colors of #BE65EC
Black with #BE65EC
Text Example
Text Example
White with #BE65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE65EC; }
p { color: rgb(190,101,236); }
H1.HeaderClassName
{
color: #BE65EC;
}
.AnyTagClassName
{
color: #BE65EC;
}
</style>
background-color css
<style>
a { background-color: #BE65EC; }
a { background-color: rgb(190,101,236); }
div.DivClassName
{
background-color: #BE65EC;
}
.BgClassName
{
background-color: #BE65EC;
}
</style>
border-color css
<style>
span { border-color: #BE65EC; }
span { border-color: rgb(190,101,236); }
td.TdClassName
{
border-color: #BE65EC;
}
.TagClassName
{
border-color: #BE65EC;
}
</style>