Shades of Medium Orchid #BE63E2
Tints of Medium Orchid #BE63E2
RGB
CMYK
RGB Variations
Color information
#BE63E2 (or 0xBE63E2) is known color: Medium Orchid. HEX triplet: BE, 63 and E2. RGB value is (190,99,226). Sum of RGB (Red+Green+Blue) = 190+99+226=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE63E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63E2 is #419C1D. Grayscale: #8C8C8C. Windows color (decimal): -4299806 or 14836670. OLE color: 14836670.
HSL color Cylindrical-coordinate representation of color #BE63E2: hue angle of 282.99º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE63E2 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 99 | 226 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.11 |
| HSL | 282.99º | 0.69% | 0.64% | - |
| HSV(B) | 282.99º | 0.56% | 0.89% | - |
| XYZ | 39.42 | 25.36 | 74.77 | - |
| YUV | 140.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 226 | 0.16 | 0.56 | 0 | 0.11 | 282.99 | 0.69 | 0.64 |
| Hex | BE | 63 | E2 | 10 | 38 | 0 | B | 11B | 45 | 40 |
| Octal | 276 | 143 | 342 | 20 | 70 | 0 | 13 | 433 | 105 | 100 |
| Binary | 10111110 | 1100011 | 11100010 | 10000 | 111000 | 0 | 1011 | 100011011 | 1000101 | 1000000 |
Color Harmonies of #BE63E2
Complementary color
Monochromatic Colors of #BE63E2
Black with #BE63E2
Text Example
Text Example
White with #BE63E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63E2; }
p { color: rgb(190,99,226); }
H1.HeaderClassName
{
color: #BE63E2;
}
.AnyTagClassName
{
color: #BE63E2;
}
</style>
background-color css
<style>
a { background-color: #BE63E2; }
a { background-color: rgb(190,99,226); }
div.DivClassName
{
background-color: #BE63E2;
}
.BgClassName
{
background-color: #BE63E2;
}
</style>
border-color css
<style>
span { border-color: #BE63E2; }
span { border-color: rgb(190,99,226); }
td.TdClassName
{
border-color: #BE63E2;
}
.TagClassName
{
border-color: #BE63E2;
}
</style>