Shades of Medium Orchid #BC66DF
Tints of Medium Orchid #BC66DF
RGB
CMYK
RGB Variations
Color information
#BC66DF (or 0xBC66DF) is known color: Medium Orchid. HEX triplet: BC, 66 and DF. RGB value is (188,102,223). Sum of RGB (Red+Green+Blue) = 188+102+223=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC66DF is #439920. Grayscale: #8D8D8D. Windows color (decimal): -4430113 or 14640828. OLE color: 14640828.
HSL color Cylindrical-coordinate representation of color #BC66DF: hue angle of 282.64º 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 #BC66DF is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 102 | 223 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.13 |
| HSL | 282.64º | 0.65% | 0.64% | - |
| HSV(B) | 282.64º | 0.54% | 0.87% | - |
| XYZ | 38.81 | 25.52 | 72.69 | - |
| YUV | 141.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 102 | 223 | 0.16 | 0.54 | 0 | 0.13 | 282.64 | 0.65 | 0.64 |
| Hex | BC | 66 | DF | 10 | 36 | 0 | D | 11B | 41 | 40 |
| Octal | 274 | 146 | 337 | 20 | 66 | 0 | 15 | 433 | 101 | 100 |
| Binary | 10111100 | 1100110 | 11011111 | 10000 | 110110 | 0 | 1101 | 100011011 | 1000001 | 1000000 |
Color Harmonies of #BC66DF
Complementary color
Monochromatic Colors of #BC66DF
Black with #BC66DF
Text Example
Text Example
White with #BC66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC66DF; }
p { color: rgb(188,102,223); }
H1.HeaderClassName
{
color: #BC66DF;
}
.AnyTagClassName
{
color: #BC66DF;
}
</style>
background-color css
<style>
a { background-color: #BC66DF; }
a { background-color: rgb(188,102,223); }
div.DivClassName
{
background-color: #BC66DF;
}
.BgClassName
{
background-color: #BC66DF;
}
</style>
border-color css
<style>
span { border-color: #BC66DF; }
span { border-color: rgb(188,102,223); }
td.TdClassName
{
border-color: #BC66DF;
}
.TagClassName
{
border-color: #BC66DF;
}
</style>