Shades of Medium Orchid #BE68EB
Tints of Medium Orchid #BE68EB
RGB
CMYK
RGB Variations
Color information
#BE68EB (or 0xBE68EB) is known color: Medium Orchid. HEX triplet: BE, 68 and EB. RGB value is (190,104,235). Sum of RGB (Red+Green+Blue) = 190+104+235=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68EB is #419714. Grayscale: #909090. Windows color (decimal): -4298517 or 15427774. OLE color: 15427774.
HSL color Cylindrical-coordinate representation of color #BE68EB: hue angle of 279.39º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE68EB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 104 | 235 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.08 |
| HSL | 279.39º | 0.77% | 0.66% | - |
| HSV(B) | 279.39º | 0.56% | 0.92% | - |
| XYZ | 41.18 | 26.85 | 81.61 | - |
| YUV | 144.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 235 | 0.19 | 0.56 | 0 | 0.08 | 279.39 | 0.77 | 0.66 |
| Hex | BE | 68 | EB | 13 | 38 | 0 | 8 | 117 | 4D | 42 |
| Octal | 276 | 150 | 353 | 23 | 70 | 0 | 10 | 427 | 115 | 102 |
| Binary | 10111110 | 1101000 | 11101011 | 10011 | 111000 | 0 | 1000 | 100010111 | 1001101 | 1000010 |
Color Harmonies of #BE68EB
Complementary color
Monochromatic Colors of #BE68EB
Black with #BE68EB
Text Example
Text Example
White with #BE68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68EB; }
p { color: rgb(190,104,235); }
H1.HeaderClassName
{
color: #BE68EB;
}
.AnyTagClassName
{
color: #BE68EB;
}
</style>
background-color css
<style>
a { background-color: #BE68EB; }
a { background-color: rgb(190,104,235); }
div.DivClassName
{
background-color: #BE68EB;
}
.BgClassName
{
background-color: #BE68EB;
}
</style>
border-color css
<style>
span { border-color: #BE68EB; }
span { border-color: rgb(190,104,235); }
td.TdClassName
{
border-color: #BE68EB;
}
.TagClassName
{
border-color: #BE68EB;
}
</style>