Shades of Medium Orchid #BE68D9
Tints of Medium Orchid #BE68D9
RGB
CMYK
RGB Variations
Color information
#BE68D9 (or 0xBE68D9) is known color: Medium Orchid. HEX triplet: BE, 68 and D9. RGB value is (190,104,217). Sum of RGB (Red+Green+Blue) = 190+104+217=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE68D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68D9 is #419726. Grayscale: #8E8E8E. Windows color (decimal): -4298535 or 14248126. OLE color: 14248126.
HSL color Cylindrical-coordinate representation of color #BE68D9: hue angle of 285.66º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE68D9 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 104 | 217 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.15 |
| HSL | 285.66º | 0.6% | 0.63% | - |
| HSV(B) | 285.66º | 0.52% | 0.85% | - |
| XYZ | 38.71 | 25.86 | 68.6 | - |
| YUV | 142.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 217 | 0.12 | 0.52 | 0 | 0.15 | 285.66 | 0.6 | 0.63 |
| Hex | BE | 68 | D9 | C | 34 | 0 | F | 11E | 3C | 3F |
| Octal | 276 | 150 | 331 | 14 | 64 | 0 | 17 | 436 | 74 | 77 |
| Binary | 10111110 | 1101000 | 11011001 | 1100 | 110100 | 0 | 1111 | 100011110 | 111100 | 111111 |
Color Harmonies of #BE68D9
Complementary color
Monochromatic Colors of #BE68D9
Black with #BE68D9
Text Example
Text Example
White with #BE68D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68D9; }
p { color: rgb(190,104,217); }
H1.HeaderClassName
{
color: #BE68D9;
}
.AnyTagClassName
{
color: #BE68D9;
}
</style>
background-color css
<style>
a { background-color: #BE68D9; }
a { background-color: rgb(190,104,217); }
div.DivClassName
{
background-color: #BE68D9;
}
.BgClassName
{
background-color: #BE68D9;
}
</style>
border-color css
<style>
span { border-color: #BE68D9; }
span { border-color: rgb(190,104,217); }
td.TdClassName
{
border-color: #BE68D9;
}
.TagClassName
{
border-color: #BE68D9;
}
</style>