Shades of Medium Orchid #BC66EA
Tints of Medium Orchid #BC66EA
RGB
CMYK
RGB Variations
Color information
#BC66EA (or 0xBC66EA) is known color: Medium Orchid. HEX triplet: BC, 66 and EA. RGB value is (188,102,234). Sum of RGB (Red+Green+Blue) = 188+102+234=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 234 (91.80% from 255 or 44.66% from 524); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC66EA is #439915. Grayscale: #8E8E8E. Windows color (decimal): -4430102 or 15361724. OLE color: 15361724.
HSL color Cylindrical-coordinate representation of color #BC66EA: hue angle of 279.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC66EA is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 102 | 234 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.08 |
| HSL | 279.09º | 0.76% | 0.66% | - |
| HSV(B) | 279.09º | 0.56% | 0.92% | - |
| XYZ | 40.34 | 26.13 | 80.76 | - |
| YUV | 142.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 234 | 0.20 | 0.56 | 0 | 0.08 | 279.09 | 0.76 | 0.66 |
| Hex | BC | 66 | EA | 14 | 38 | 0 | 8 | 117 | 4C | 42 |
| Octal | 274 | 146 | 352 | 24 | 70 | 0 | 10 | 427 | 114 | 102 |
| Binary | 10111100 | 1100110 | 11101010 | 10100 | 111000 | 0 | 1000 | 100010111 | 1001100 | 1000010 |
Color Harmonies of #BC66EA
Complementary color
Monochromatic Colors of #BC66EA
Black with #BC66EA
Text Example
Text Example
White with #BC66EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66EA; }
p { color: rgb(188,102,234); }
H1.HeaderClassName
{
color: #BC66EA;
}
.AnyTagClassName
{
color: #BC66EA;
}
</style>
background-color css
<style>
a { background-color: #BC66EA; }
a { background-color: rgb(188,102,234); }
div.DivClassName
{
background-color: #BC66EA;
}
.BgClassName
{
background-color: #BC66EA;
}
</style>
border-color css
<style>
span { border-color: #BC66EA; }
span { border-color: rgb(188,102,234); }
td.TdClassName
{
border-color: #BC66EA;
}
.TagClassName
{
border-color: #BC66EA;
}
</style>