Shades of Medium Orchid #BC66DE
Tints of Medium Orchid #BC66DE
RGB
CMYK
RGB Variations
Color information
#BC66DE (or 0xBC66DE) is known color: Medium Orchid. HEX triplet: BC, 66 and DE. RGB value is (188,102,222). Sum of RGB (Red+Green+Blue) = 188+102+222=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC66DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66DE is #439921. Grayscale: #8D8D8D. Windows color (decimal): -4430114 or 14575292. OLE color: 14575292.
HSL color Cylindrical-coordinate representation of color #BC66DE: hue angle of 283º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC66DE is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 102 | 222 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.13 |
| HSL | 283º | 0.65% | 0.64% | - |
| HSV(B) | 283º | 0.54% | 0.87% | - |
| XYZ | 38.68 | 25.47 | 71.98 | - |
| YUV | 141.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 222 | 0.15 | 0.54 | 0 | 0.13 | 283 | 0.65 | 0.64 |
| Hex | BC | 66 | DE | F | 36 | 0 | D | 11B | 41 | 40 |
| Octal | 274 | 146 | 336 | 17 | 66 | 0 | 15 | 433 | 101 | 100 |
| Binary | 10111100 | 1100110 | 11011110 | 1111 | 110110 | 0 | 1101 | 100011011 | 1000001 | 1000000 |
Color Harmonies of #BC66DE
Complementary color
Monochromatic Colors of #BC66DE
Black with #BC66DE
Text Example
Text Example
White with #BC66DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66DE; }
p { color: rgb(188,102,222); }
H1.HeaderClassName
{
color: #BC66DE;
}
.AnyTagClassName
{
color: #BC66DE;
}
</style>
background-color css
<style>
a { background-color: #BC66DE; }
a { background-color: rgb(188,102,222); }
div.DivClassName
{
background-color: #BC66DE;
}
.BgClassName
{
background-color: #BC66DE;
}
</style>
border-color css
<style>
span { border-color: #BC66DE; }
span { border-color: rgb(188,102,222); }
td.TdClassName
{
border-color: #BC66DE;
}
.TagClassName
{
border-color: #BC66DE;
}
</style>