Shades of Medium Orchid #BE68ED
Tints of Medium Orchid #BE68ED
RGB
CMYK
RGB Variations
Color information
#BE68ED (or 0xBE68ED) is known color: Medium Orchid. HEX triplet: BE, 68 and ED. RGB value is (190,104,237). Sum of RGB (Red+Green+Blue) = 190+104+237=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68ED is #419712. Grayscale: #909090. Windows color (decimal): -4298515 or 15558846. OLE color: 15558846.
HSL color Cylindrical-coordinate representation of color #BE68ED: hue angle of 278.8º degrees, saturation: 0.79, 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 #BE68ED is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 104 | 237 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.07 |
| HSL | 278.8º | 0.79% | 0.67% | - |
| HSV(B) | 278.8º | 0.56% | 0.93% | - |
| XYZ | 41.47 | 26.96 | 83.14 | - |
| YUV | 144.88 | 179.99 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 237 | 0.20 | 0.56 | 0 | 0.07 | 278.8 | 0.79 | 0.67 |
| Hex | BE | 68 | ED | 14 | 38 | 0 | 7 | 117 | 4F | 43 |
| Octal | 276 | 150 | 355 | 24 | 70 | 0 | 7 | 427 | 117 | 103 |
| Binary | 10111110 | 1101000 | 11101101 | 10100 | 111000 | 0 | 111 | 100010111 | 1001111 | 1000011 |
Color Harmonies of #BE68ED
Complementary color
Monochromatic Colors of #BE68ED
Black with #BE68ED
Text Example
Text Example
White with #BE68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68ED; }
p { color: rgb(190,104,237); }
H1.HeaderClassName
{
color: #BE68ED;
}
.AnyTagClassName
{
color: #BE68ED;
}
</style>
background-color css
<style>
a { background-color: #BE68ED; }
a { background-color: rgb(190,104,237); }
div.DivClassName
{
background-color: #BE68ED;
}
.BgClassName
{
background-color: #BE68ED;
}
</style>
border-color css
<style>
span { border-color: #BE68ED; }
span { border-color: rgb(190,104,237); }
td.TdClassName
{
border-color: #BE68ED;
}
.TagClassName
{
border-color: #BE68ED;
}
</style>