Shades of Medium Orchid #BE64E2
Tints of Medium Orchid #BE64E2
RGB
CMYK
RGB Variations
Color information
#BE64E2 (or 0xBE64E2) is known color: Medium Orchid. HEX triplet: BE, 64 and E2. RGB value is (190,100,226). Sum of RGB (Red+Green+Blue) = 190+100+226=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #BE64E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64E2 is #419B1D. Grayscale: #8C8C8C. Windows color (decimal): -4299550 or 14836926. OLE color: 14836926.
HSL color Cylindrical-coordinate representation of color #BE64E2: hue angle of 282.86º degrees, saturation: 0.68, 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 #BE64E2 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 100 | 226 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.11 |
| HSL | 282.86º | 0.68% | 0.64% | - |
| HSV(B) | 282.86º | 0.56% | 0.89% | - |
| XYZ | 39.52 | 25.55 | 74.8 | - |
| YUV | 141.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 226 | 0.16 | 0.56 | 0 | 0.11 | 282.86 | 0.68 | 0.64 |
| Hex | BE | 64 | E2 | 10 | 38 | 0 | B | 11B | 44 | 40 |
| Octal | 276 | 144 | 342 | 20 | 70 | 0 | 13 | 433 | 104 | 100 |
| Binary | 10111110 | 1100100 | 11100010 | 10000 | 111000 | 0 | 1011 | 100011011 | 1000100 | 1000000 |
Color Harmonies of #BE64E2
Complementary color
Monochromatic Colors of #BE64E2
Black with #BE64E2
Text Example
Text Example
White with #BE64E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64E2; }
p { color: rgb(190,100,226); }
H1.HeaderClassName
{
color: #BE64E2;
}
.AnyTagClassName
{
color: #BE64E2;
}
</style>
background-color css
<style>
a { background-color: #BE64E2; }
a { background-color: rgb(190,100,226); }
div.DivClassName
{
background-color: #BE64E2;
}
.BgClassName
{
background-color: #BE64E2;
}
</style>
border-color css
<style>
span { border-color: #BE64E2; }
span { border-color: rgb(190,100,226); }
td.TdClassName
{
border-color: #BE64E2;
}
.TagClassName
{
border-color: #BE64E2;
}
</style>