Shades of Medium Orchid #BE62E2
Tints of Medium Orchid #BE62E2
RGB
CMYK
RGB Variations
Color information
#BE62E2 (or 0xBE62E2) is known color: Medium Orchid. HEX triplet: BE, 62 and E2. RGB value is (190,98,226). Sum of RGB (Red+Green+Blue) = 190+98+226=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE62E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62E2 is #419D1D. Grayscale: #8B8B8B. Windows color (decimal): -4300062 or 14836414. OLE color: 14836414.
HSL color Cylindrical-coordinate representation of color #BE62E2: hue angle of 283.12º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE62E2 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 98 | 226 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.11 |
| HSL | 283.13º | 0.69% | 0.64% | - |
| HSV(B) | 283.13º | 0.57% | 0.89% | - |
| XYZ | 39.33 | 25.17 | 74.74 | - |
| YUV | 140.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 226 | 0.16 | 0.57 | 0 | 0.11 | 283.13 | 0.69 | 0.64 |
| Hex | BE | 62 | E2 | 10 | 39 | 0 | B | 11B | 45 | 40 |
| Octal | 276 | 142 | 342 | 20 | 71 | 0 | 13 | 433 | 105 | 100 |
| Binary | 10111110 | 1100010 | 11100010 | 10000 | 111001 | 0 | 1011 | 100011011 | 1000101 | 1000000 |
Color Harmonies of #BE62E2
Complementary color
Monochromatic Colors of #BE62E2
Black with #BE62E2
Text Example
Text Example
White with #BE62E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE62E2; }
p { color: rgb(190,98,226); }
H1.HeaderClassName
{
color: #BE62E2;
}
.AnyTagClassName
{
color: #BE62E2;
}
</style>
background-color css
<style>
a { background-color: #BE62E2; }
a { background-color: rgb(190,98,226); }
div.DivClassName
{
background-color: #BE62E2;
}
.BgClassName
{
background-color: #BE62E2;
}
</style>
border-color css
<style>
span { border-color: #BE62E2; }
span { border-color: rgb(190,98,226); }
td.TdClassName
{
border-color: #BE62E2;
}
.TagClassName
{
border-color: #BE62E2;
}
</style>