Shades of Medium Orchid #BC66E0
Tints of Medium Orchid #BC66E0
RGB
CMYK
RGB Variations
Color information
#BC66E0 (or 0xBC66E0) is known color: Medium Orchid. HEX triplet: BC, 66 and E0. RGB value is (188,102,224). Sum of RGB (Red+Green+Blue) = 188+102+224=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC66E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66E0 is #43991F. Grayscale: #8D8D8D. Windows color (decimal): -4430112 or 14706364. OLE color: 14706364.
HSL color Cylindrical-coordinate representation of color #BC66E0: hue angle of 282.3º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC66E0 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 102 | 224 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.12 |
| HSL | 282.3º | 0.66% | 0.64% | - |
| HSV(B) | 282.3º | 0.54% | 0.88% | - |
| XYZ | 38.94 | 25.58 | 73.41 | - |
| YUV | 141.62 | 174.49 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 224 | 0.16 | 0.54 | 0 | 0.12 | 282.3 | 0.66 | 0.64 |
| Hex | BC | 66 | E0 | 10 | 36 | 0 | C | 11A | 42 | 40 |
| Octal | 274 | 146 | 340 | 20 | 66 | 0 | 14 | 432 | 102 | 100 |
| Binary | 10111100 | 1100110 | 11100000 | 10000 | 110110 | 0 | 1100 | 100011010 | 1000010 | 1000000 |
Color Harmonies of #BC66E0
Complementary color
Monochromatic Colors of #BC66E0
Black with #BC66E0
Text Example
Text Example
White with #BC66E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66E0; }
p { color: rgb(188,102,224); }
H1.HeaderClassName
{
color: #BC66E0;
}
.AnyTagClassName
{
color: #BC66E0;
}
</style>
background-color css
<style>
a { background-color: #BC66E0; }
a { background-color: rgb(188,102,224); }
div.DivClassName
{
background-color: #BC66E0;
}
.BgClassName
{
background-color: #BC66E0;
}
</style>
border-color css
<style>
span { border-color: #BC66E0; }
span { border-color: rgb(188,102,224); }
td.TdClassName
{
border-color: #BC66E0;
}
.TagClassName
{
border-color: #BC66E0;
}
</style>