Shades of Medium Orchid #BC68DF
Tints of Medium Orchid #BC68DF
RGB
CMYK
RGB Variations
Color information
#BC68DF (or 0xBC68DF) is known color: Medium Orchid. HEX triplet: BC, 68 and DF. RGB value is (188,104,223). Sum of RGB (Red+Green+Blue) = 188+104+223=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68DF is #439720. Grayscale: #8E8E8E. Windows color (decimal): -4429601 or 14641340. OLE color: 14641340.
HSL color Cylindrical-coordinate representation of color #BC68DF: hue angle of 282.35º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC68DF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 104 | 223 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.13 |
| HSL | 282.35º | 0.65% | 0.64% | - |
| HSV(B) | 282.35º | 0.53% | 0.87% | - |
| XYZ | 39.01 | 25.92 | 72.76 | - |
| YUV | 142.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 223 | 0.16 | 0.53 | 0 | 0.13 | 282.35 | 0.65 | 0.64 |
| Hex | BC | 68 | DF | 10 | 35 | 0 | D | 11A | 41 | 40 |
| Octal | 274 | 150 | 337 | 20 | 65 | 0 | 15 | 432 | 101 | 100 |
| Binary | 10111100 | 1101000 | 11011111 | 10000 | 110101 | 0 | 1101 | 100011010 | 1000001 | 1000000 |
Color Harmonies of #BC68DF
Complementary color
Monochromatic Colors of #BC68DF
Black with #BC68DF
Text Example
Text Example
White with #BC68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68DF; }
p { color: rgb(188,104,223); }
H1.HeaderClassName
{
color: #BC68DF;
}
.AnyTagClassName
{
color: #BC68DF;
}
</style>
background-color css
<style>
a { background-color: #BC68DF; }
a { background-color: rgb(188,104,223); }
div.DivClassName
{
background-color: #BC68DF;
}
.BgClassName
{
background-color: #BC68DF;
}
</style>
border-color css
<style>
span { border-color: #BC68DF; }
span { border-color: rgb(188,104,223); }
td.TdClassName
{
border-color: #BC68DF;
}
.TagClassName
{
border-color: #BC68DF;
}
</style>