Shades of Medium Orchid #BE68CE
Tints of Medium Orchid #BE68CE
RGB
CMYK
RGB Variations
Color information
#BE68CE (or 0xBE68CE) is known color: Medium Orchid. HEX triplet: BE, 68 and CE. RGB value is (190,104,206). Sum of RGB (Red+Green+Blue) = 190+104+206=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68CE is #419731. Grayscale: #8D8D8D. Windows color (decimal): -4298546 or 13527230. OLE color: 13527230.
HSL color Cylindrical-coordinate representation of color #BE68CE: hue angle of 290.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE68CE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 104 | 206 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.19 |
| HSL | 290.59º | 0.51% | 0.61% | - |
| HSV(B) | 290.59º | 0.5% | 0.81% | - |
| XYZ | 37.33 | 25.3 | 61.31 | - |
| YUV | 141.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 206 | 0.08 | 0.50 | 0 | 0.19 | 290.59 | 0.51 | 0.61 |
| Hex | BE | 68 | CE | 8 | 32 | 0 | 13 | 123 | 33 | 3D |
| Octal | 276 | 150 | 316 | 10 | 62 | 0 | 23 | 443 | 63 | 75 |
| Binary | 10111110 | 1101000 | 11001110 | 1000 | 110010 | 0 | 10011 | 100100011 | 110011 | 111101 |
Color Harmonies of #BE68CE
Complementary color
Monochromatic Colors of #BE68CE
Black with #BE68CE
Text Example
Text Example
White with #BE68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68CE; }
p { color: rgb(190,104,206); }
H1.HeaderClassName
{
color: #BE68CE;
}
.AnyTagClassName
{
color: #BE68CE;
}
</style>
background-color css
<style>
a { background-color: #BE68CE; }
a { background-color: rgb(190,104,206); }
div.DivClassName
{
background-color: #BE68CE;
}
.BgClassName
{
background-color: #BE68CE;
}
</style>
border-color css
<style>
span { border-color: #BE68CE; }
span { border-color: rgb(190,104,206); }
td.TdClassName
{
border-color: #BE68CE;
}
.TagClassName
{
border-color: #BE68CE;
}
</style>