Shades of Medium Orchid #BE61EC
Tints of Medium Orchid #BE61EC
RGB
CMYK
RGB Variations
Color information
#BE61EC (or 0xBE61EC) is known color: Medium Orchid. HEX triplet: BE, 61 and EC. RGB value is (190,97,236). Sum of RGB (Red+Green+Blue) = 190+97+236=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE61EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE61EC is #419E13. Grayscale: #8C8C8C. Windows color (decimal): -4300308 or 15491518. OLE color: 15491518.
HSL color Cylindrical-coordinate representation of color #BE61EC: hue angle of 280.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE61EC is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 97 | 236 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.07 |
| HSL | 280.14º | 0.79% | 0.65% | - |
| HSV(B) | 280.14º | 0.59% | 0.93% | - |
| XYZ | 40.65 | 25.55 | 82.15 | - |
| YUV | 140.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 236 | 0.19 | 0.59 | 0 | 0.07 | 280.14 | 0.79 | 0.65 |
| Hex | BE | 61 | EC | 13 | 3B | 0 | 7 | 118 | 4F | 41 |
| Octal | 276 | 141 | 354 | 23 | 73 | 0 | 7 | 430 | 117 | 101 |
| Binary | 10111110 | 1100001 | 11101100 | 10011 | 111011 | 0 | 111 | 100011000 | 1001111 | 1000001 |
Color Harmonies of #BE61EC
Complementary color
Monochromatic Colors of #BE61EC
Black with #BE61EC
Text Example
Text Example
White with #BE61EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61EC; }
p { color: rgb(190,97,236); }
H1.HeaderClassName
{
color: #BE61EC;
}
.AnyTagClassName
{
color: #BE61EC;
}
</style>
background-color css
<style>
a { background-color: #BE61EC; }
a { background-color: rgb(190,97,236); }
div.DivClassName
{
background-color: #BE61EC;
}
.BgClassName
{
background-color: #BE61EC;
}
</style>
border-color css
<style>
span { border-color: #BE61EC; }
span { border-color: rgb(190,97,236); }
td.TdClassName
{
border-color: #BE61EC;
}
.TagClassName
{
border-color: #BE61EC;
}
</style>