Shades of Medium Orchid #BC66E5
Tints of Medium Orchid #BC66E5
RGB
CMYK
RGB Variations
Color information
#BC66E5 (or 0xBC66E5) is known color: Medium Orchid. HEX triplet: BC, 66 and E5. RGB value is (188,102,229). Sum of RGB (Red+Green+Blue) = 188+102+229=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC66E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66E5 is #43991A. Grayscale: #8D8D8D. Windows color (decimal): -4430107 or 15034044. OLE color: 15034044.
HSL color Cylindrical-coordinate representation of color #BC66E5: hue angle of 280.63º degrees, saturation: 0.71, 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 #BC66E5 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 102 | 229 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.10 |
| HSL | 280.63º | 0.71% | 0.65% | - |
| HSV(B) | 280.63º | 0.55% | 0.9% | - |
| XYZ | 39.63 | 25.85 | 77.03 | - |
| YUV | 142.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 229 | 0.18 | 0.55 | 0 | 0.10 | 280.63 | 0.71 | 0.65 |
| Hex | BC | 66 | E5 | 12 | 37 | 0 | A | 119 | 47 | 41 |
| Octal | 274 | 146 | 345 | 22 | 67 | 0 | 12 | 431 | 107 | 101 |
| Binary | 10111100 | 1100110 | 11100101 | 10010 | 110111 | 0 | 1010 | 100011001 | 1000111 | 1000001 |
Color Harmonies of #BC66E5
Complementary color
Monochromatic Colors of #BC66E5
Black with #BC66E5
Text Example
Text Example
White with #BC66E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66E5; }
p { color: rgb(188,102,229); }
H1.HeaderClassName
{
color: #BC66E5;
}
.AnyTagClassName
{
color: #BC66E5;
}
</style>
background-color css
<style>
a { background-color: #BC66E5; }
a { background-color: rgb(188,102,229); }
div.DivClassName
{
background-color: #BC66E5;
}
.BgClassName
{
background-color: #BC66E5;
}
</style>
border-color css
<style>
span { border-color: #BC66E5; }
span { border-color: rgb(188,102,229); }
td.TdClassName
{
border-color: #BC66E5;
}
.TagClassName
{
border-color: #BC66E5;
}
</style>