Shades of Medium Orchid #BE68E6
Tints of Medium Orchid #BE68E6
RGB
CMYK
RGB Variations
Color information
#BE68E6 (or 0xBE68E6) is known color: Medium Orchid. HEX triplet: BE, 68 and E6. RGB value is (190,104,230). Sum of RGB (Red+Green+Blue) = 190+104+230=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE68E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE68E6 is #419719. Grayscale: #8F8F8F. Windows color (decimal): -4298522 or 15100094. OLE color: 15100094.
HSL color Cylindrical-coordinate representation of color #BE68E6: hue angle of 280.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE68E6 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 104 | 230 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.10 |
| HSL | 280.95º | 0.72% | 0.65% | - |
| HSV(B) | 280.95º | 0.55% | 0.9% | - |
| XYZ | 40.47 | 26.56 | 77.86 | - |
| YUV | 144.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 230 | 0.17 | 0.55 | 0 | 0.10 | 280.95 | 0.72 | 0.65 |
| Hex | BE | 68 | E6 | 11 | 37 | 0 | A | 119 | 48 | 41 |
| Octal | 276 | 150 | 346 | 21 | 67 | 0 | 12 | 431 | 110 | 101 |
| Binary | 10111110 | 1101000 | 11100110 | 10001 | 110111 | 0 | 1010 | 100011001 | 1001000 | 1000001 |
Color Harmonies of #BE68E6
Complementary color
Monochromatic Colors of #BE68E6
Black with #BE68E6
Text Example
Text Example
White with #BE68E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68E6; }
p { color: rgb(190,104,230); }
H1.HeaderClassName
{
color: #BE68E6;
}
.AnyTagClassName
{
color: #BE68E6;
}
</style>
background-color css
<style>
a { background-color: #BE68E6; }
a { background-color: rgb(190,104,230); }
div.DivClassName
{
background-color: #BE68E6;
}
.BgClassName
{
background-color: #BE68E6;
}
</style>
border-color css
<style>
span { border-color: #BE68E6; }
span { border-color: rgb(190,104,230); }
td.TdClassName
{
border-color: #BE68E6;
}
.TagClassName
{
border-color: #BE68E6;
}
</style>