Shades of Medium Orchid #BC66E2
Tints of Medium Orchid #BC66E2
RGB
CMYK
RGB Variations
Color information
#BC66E2 (or 0xBC66E2) is known color: Medium Orchid. HEX triplet: BC, 66 and E2. RGB value is (188,102,226). Sum of RGB (Red+Green+Blue) = 188+102+226=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC66E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66E2 is #43991D. Grayscale: #8D8D8D. Windows color (decimal): -4430110 or 14837436. OLE color: 14837436.
HSL color Cylindrical-coordinate representation of color #BC66E2: hue angle of 281.61º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC66E2 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 102 | 226 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.11 |
| HSL | 281.61º | 0.68% | 0.64% | - |
| HSV(B) | 281.61º | 0.55% | 0.89% | - |
| XYZ | 39.22 | 25.69 | 74.84 | - |
| YUV | 141.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 226 | 0.17 | 0.55 | 0 | 0.11 | 281.61 | 0.68 | 0.64 |
| Hex | BC | 66 | E2 | 11 | 37 | 0 | B | 11A | 44 | 40 |
| Octal | 274 | 146 | 342 | 21 | 67 | 0 | 13 | 432 | 104 | 100 |
| Binary | 10111100 | 1100110 | 11100010 | 10001 | 110111 | 0 | 1011 | 100011010 | 1000100 | 1000000 |
Color Harmonies of #BC66E2
Complementary color
Monochromatic Colors of #BC66E2
Black with #BC66E2
Text Example
Text Example
White with #BC66E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66E2; }
p { color: rgb(188,102,226); }
H1.HeaderClassName
{
color: #BC66E2;
}
.AnyTagClassName
{
color: #BC66E2;
}
</style>
background-color css
<style>
a { background-color: #BC66E2; }
a { background-color: rgb(188,102,226); }
div.DivClassName
{
background-color: #BC66E2;
}
.BgClassName
{
background-color: #BC66E2;
}
</style>
border-color css
<style>
span { border-color: #BC66E2; }
span { border-color: rgb(188,102,226); }
td.TdClassName
{
border-color: #BC66E2;
}
.TagClassName
{
border-color: #BC66E2;
}
</style>