Shades of Medium Orchid #BE64EE
Tints of Medium Orchid #BE64EE
RGB
CMYK
RGB Variations
Color information
#BE64EE (or 0xBE64EE) is known color: Medium Orchid. HEX triplet: BE, 64 and EE. RGB value is (190,100,238). Sum of RGB (Red+Green+Blue) = 190+100+238=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE64EE is #419B11. Grayscale: #8E8E8E. Windows color (decimal): -4299538 or 15623358. OLE color: 15623358.
HSL color Cylindrical-coordinate representation of color #BE64EE: hue angle of 279.13º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE64EE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 100 | 238 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.07 |
| HSL | 279.13º | 0.8% | 0.66% | - |
| HSV(B) | 279.13º | 0.58% | 0.93% | - |
| XYZ | 41.22 | 26.23 | 83.78 | - |
| YUV | 142.64 | 181.82 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 238 | 0.20 | 0.58 | 0 | 0.07 | 279.13 | 0.8 | 0.66 |
| Hex | BE | 64 | EE | 14 | 3A | 0 | 7 | 117 | 50 | 42 |
| Octal | 276 | 144 | 356 | 24 | 72 | 0 | 7 | 427 | 120 | 102 |
| Binary | 10111110 | 1100100 | 11101110 | 10100 | 111010 | 0 | 111 | 100010111 | 1010000 | 1000010 |
Color Harmonies of #BE64EE
Complementary color
Monochromatic Colors of #BE64EE
Black with #BE64EE
Text Example
Text Example
White with #BE64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64EE; }
p { color: rgb(190,100,238); }
H1.HeaderClassName
{
color: #BE64EE;
}
.AnyTagClassName
{
color: #BE64EE;
}
</style>
background-color css
<style>
a { background-color: #BE64EE; }
a { background-color: rgb(190,100,238); }
div.DivClassName
{
background-color: #BE64EE;
}
.BgClassName
{
background-color: #BE64EE;
}
</style>
border-color css
<style>
span { border-color: #BE64EE; }
span { border-color: rgb(190,100,238); }
td.TdClassName
{
border-color: #BE64EE;
}
.TagClassName
{
border-color: #BE64EE;
}
</style>