Shades of Medium Orchid #BE68EE
Tints of Medium Orchid #BE68EE
RGB
CMYK
RGB Variations
Color information
#BE68EE (or 0xBE68EE) is known color: Medium Orchid. HEX triplet: BE, 68 and EE. RGB value is (190,104,238). Sum of RGB (Red+Green+Blue) = 190+104+238=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68EE is #419711. Grayscale: #909090. Windows color (decimal): -4298514 or 15624382. OLE color: 15624382.
HSL color Cylindrical-coordinate representation of color #BE68EE: hue angle of 278.51º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE68EE is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 104 | 238 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.07 |
| HSL | 278.51º | 0.8% | 0.67% | - |
| HSV(B) | 278.51º | 0.56% | 0.93% | - |
| XYZ | 41.62 | 27.02 | 83.91 | - |
| YUV | 144.99 | 180.49 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 238 | 0.20 | 0.56 | 0 | 0.07 | 278.51 | 0.8 | 0.67 |
| Hex | BE | 68 | EE | 14 | 38 | 0 | 7 | 117 | 50 | 43 |
| Octal | 276 | 150 | 356 | 24 | 70 | 0 | 7 | 427 | 120 | 103 |
| Binary | 10111110 | 1101000 | 11101110 | 10100 | 111000 | 0 | 111 | 100010111 | 1010000 | 1000011 |
Color Harmonies of #BE68EE
Complementary color
Monochromatic Colors of #BE68EE
Black with #BE68EE
Text Example
Text Example
White with #BE68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68EE; }
p { color: rgb(190,104,238); }
H1.HeaderClassName
{
color: #BE68EE;
}
.AnyTagClassName
{
color: #BE68EE;
}
</style>
background-color css
<style>
a { background-color: #BE68EE; }
a { background-color: rgb(190,104,238); }
div.DivClassName
{
background-color: #BE68EE;
}
.BgClassName
{
background-color: #BE68EE;
}
</style>
border-color css
<style>
span { border-color: #BE68EE; }
span { border-color: rgb(190,104,238); }
td.TdClassName
{
border-color: #BE68EE;
}
.TagClassName
{
border-color: #BE68EE;
}
</style>