Shades of Medium Orchid #BE64E4
Tints of Medium Orchid #BE64E4
RGB
CMYK
RGB Variations
Color information
#BE64E4 (or 0xBE64E4) is known color: Medium Orchid. HEX triplet: BE, 64 and E4. RGB value is (190,100,228). Sum of RGB (Red+Green+Blue) = 190+100+228=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #BE64E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64E4 is #419B1B. Grayscale: #8D8D8D. Windows color (decimal): -4299548 or 14967998. OLE color: 14967998.
HSL color Cylindrical-coordinate representation of color #BE64E4: hue angle of 282.19º degrees, saturation: 0.7, 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 #BE64E4 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 190 | 100 | 228 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.11 |
| HSL | 282.19º | 0.7% | 0.64% | - |
| HSV(B) | 282.19º | 0.56% | 0.89% | - |
| XYZ | 39.8 | 25.66 | 76.25 | - |
| YUV | 141.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 228 | 0.17 | 0.56 | 0 | 0.11 | 282.19 | 0.7 | 0.64 |
| Hex | BE | 64 | E4 | 11 | 38 | 0 | B | 11A | 46 | 40 |
| Octal | 276 | 144 | 344 | 21 | 70 | 0 | 13 | 432 | 106 | 100 |
| Binary | 10111110 | 1100100 | 11100100 | 10001 | 111000 | 0 | 1011 | 100011010 | 1000110 | 1000000 |
Color Harmonies of #BE64E4
Complementary color
Monochromatic Colors of #BE64E4
Black with #BE64E4
Text Example
Text Example
White with #BE64E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64E4; }
p { color: rgb(190,100,228); }
H1.HeaderClassName
{
color: #BE64E4;
}
.AnyTagClassName
{
color: #BE64E4;
}
</style>
background-color css
<style>
a { background-color: #BE64E4; }
a { background-color: rgb(190,100,228); }
div.DivClassName
{
background-color: #BE64E4;
}
.BgClassName
{
background-color: #BE64E4;
}
</style>
border-color css
<style>
span { border-color: #BE64E4; }
span { border-color: rgb(190,100,228); }
td.TdClassName
{
border-color: #BE64E4;
}
.TagClassName
{
border-color: #BE64E4;
}
</style>