Shades of Medium Orchid #BE68D1
Tints of Medium Orchid #BE68D1
RGB
CMYK
RGB Variations
Color information
#BE68D1 (or 0xBE68D1) is known color: Medium Orchid. HEX triplet: BE, 68 and D1. RGB value is (190,104,209). Sum of RGB (Red+Green+Blue) = 190+104+209=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE68D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68D1 is #41972E. Grayscale: #8D8D8D. Windows color (decimal): -4298543 or 13723838. OLE color: 13723838.
HSL color Cylindrical-coordinate representation of color #BE68D1: hue angle of 289.14º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE68D1 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 104 | 209 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.18 |
| HSL | 289.14º | 0.53% | 0.61% | - |
| HSV(B) | 289.14º | 0.5% | 0.82% | - |
| XYZ | 37.69 | 25.45 | 63.25 | - |
| YUV | 141.68 | 165.99 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 209 | 0.09 | 0.50 | 0 | 0.18 | 289.14 | 0.53 | 0.61 |
| Hex | BE | 68 | D1 | 9 | 32 | 0 | 12 | 121 | 35 | 3D |
| Octal | 276 | 150 | 321 | 11 | 62 | 0 | 22 | 441 | 65 | 75 |
| Binary | 10111110 | 1101000 | 11010001 | 1001 | 110010 | 0 | 10010 | 100100001 | 110101 | 111101 |
Color Harmonies of #BE68D1
Complementary color
Monochromatic Colors of #BE68D1
Black with #BE68D1
Text Example
Text Example
White with #BE68D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68D1; }
p { color: rgb(190,104,209); }
H1.HeaderClassName
{
color: #BE68D1;
}
.AnyTagClassName
{
color: #BE68D1;
}
</style>
background-color css
<style>
a { background-color: #BE68D1; }
a { background-color: rgb(190,104,209); }
div.DivClassName
{
background-color: #BE68D1;
}
.BgClassName
{
background-color: #BE68D1;
}
</style>
border-color css
<style>
span { border-color: #BE68D1; }
span { border-color: rgb(190,104,209); }
td.TdClassName
{
border-color: #BE68D1;
}
.TagClassName
{
border-color: #BE68D1;
}
</style>