Shades of Medium Orchid #BE68CD
Tints of Medium Orchid #BE68CD
RGB
CMYK
RGB Variations
Color information
#BE68CD (or 0xBE68CD) is known color: Medium Orchid. HEX triplet: BE, 68 and CD. RGB value is (190,104,205). Sum of RGB (Red+Green+Blue) = 190+104+205=499 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38.08% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68CD is #419732. Grayscale: #8C8C8C. Windows color (decimal): -4298547 or 13461694. OLE color: 13461694.
HSL color Cylindrical-coordinate representation of color #BE68CD: hue angle of 291.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE68CD is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 104 | 205 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.20 |
| HSL | 291.09º | 0.5% | 0.61% | - |
| HSV(B) | 291.09º | 0.49% | 0.8% | - |
| XYZ | 37.2 | 25.26 | 60.67 | - |
| YUV | 141.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 205 | 0.07 | 0.49 | 0 | 0.20 | 291.09 | 0.5 | 0.61 |
| Hex | BE | 68 | CD | 7 | 31 | 0 | 14 | 123 | 32 | 3D |
| Octal | 276 | 150 | 315 | 7 | 61 | 0 | 24 | 443 | 62 | 75 |
| Binary | 10111110 | 1101000 | 11001101 | 111 | 110001 | 0 | 10100 | 100100011 | 110010 | 111101 |
Color Harmonies of #BE68CD
Complementary color
Monochromatic Colors of #BE68CD
Black with #BE68CD
Text Example
Text Example
White with #BE68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68CD; }
p { color: rgb(190,104,205); }
H1.HeaderClassName
{
color: #BE68CD;
}
.AnyTagClassName
{
color: #BE68CD;
}
</style>
background-color css
<style>
a { background-color: #BE68CD; }
a { background-color: rgb(190,104,205); }
div.DivClassName
{
background-color: #BE68CD;
}
.BgClassName
{
background-color: #BE68CD;
}
</style>
border-color css
<style>
span { border-color: #BE68CD; }
span { border-color: rgb(190,104,205); }
td.TdClassName
{
border-color: #BE68CD;
}
.TagClassName
{
border-color: #BE68CD;
}
</style>