Shades of Medium Orchid #BC68EE
Tints of Medium Orchid #BC68EE
RGB
CMYK
RGB Variations
Color information
#BC68EE (or 0xBC68EE) is known color: Medium Orchid. HEX triplet: BC, 68 and EE. RGB value is (188,104,238). Sum of RGB (Red+Green+Blue) = 188+104+238=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68EE is #439711. Grayscale: #8F8F8F. Windows color (decimal): -4429586 or 15624380. OLE color: 15624380.
HSL color Cylindrical-coordinate representation of color #BC68EE: hue angle of 277.61º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC68EE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 104 | 238 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.07 |
| HSL | 277.61º | 0.8% | 0.67% | - |
| HSV(B) | 277.61º | 0.56% | 0.93% | - |
| XYZ | 41.12 | 26.77 | 83.89 | - |
| YUV | 144.39 | 180.83 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 238 | 0.21 | 0.56 | 0 | 0.07 | 277.61 | 0.8 | 0.67 |
| Hex | BC | 68 | EE | 15 | 38 | 0 | 7 | 116 | 50 | 43 |
| Octal | 274 | 150 | 356 | 25 | 70 | 0 | 7 | 426 | 120 | 103 |
| Binary | 10111100 | 1101000 | 11101110 | 10101 | 111000 | 0 | 111 | 100010110 | 1010000 | 1000011 |
Color Harmonies of #BC68EE
Complementary color
Monochromatic Colors of #BC68EE
Black with #BC68EE
Text Example
Text Example
White with #BC68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68EE; }
p { color: rgb(188,104,238); }
H1.HeaderClassName
{
color: #BC68EE;
}
.AnyTagClassName
{
color: #BC68EE;
}
</style>
background-color css
<style>
a { background-color: #BC68EE; }
a { background-color: rgb(188,104,238); }
div.DivClassName
{
background-color: #BC68EE;
}
.BgClassName
{
background-color: #BC68EE;
}
</style>
border-color css
<style>
span { border-color: #BC68EE; }
span { border-color: rgb(188,104,238); }
td.TdClassName
{
border-color: #BC68EE;
}
.TagClassName
{
border-color: #BC68EE;
}
</style>