Shades of Medium Orchid #BC68D0
Tints of Medium Orchid #BC68D0
RGB
CMYK
RGB Variations
Color information
#BC68D0 (or 0xBC68D0) is known color: Medium Orchid. HEX triplet: BC, 68 and D0. RGB value is (188,104,208). Sum of RGB (Red+Green+Blue) = 188+104+208=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC68D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68D0 is #43972F. Grayscale: #8C8C8C. Windows color (decimal): -4429616 or 13658300. OLE color: 13658300.
HSL color Cylindrical-coordinate representation of color #BC68D0: hue angle of 288.46º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC68D0 is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 104 | 208 | - |
| CMYK | 0.10 | 0.5 | 0 | 0.18 |
| HSL | 288.46º | 0.53% | 0.61% | - |
| HSV(B) | 288.46º | 0.5% | 0.82% | - |
| XYZ | 37.07 | 25.15 | 62.57 | - |
| YUV | 140.97 | 165.83 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 208 | 0.10 | 0.5 | 0 | 0.18 | 288.46 | 0.53 | 0.61 |
| Hex | BC | 68 | D0 | A | 32 | 0 | 12 | 120 | 35 | 3D |
| Octal | 274 | 150 | 320 | 12 | 62 | 0 | 22 | 440 | 65 | 75 |
| Binary | 10111100 | 1101000 | 11010000 | 1010 | 110010 | 0 | 10010 | 100100000 | 110101 | 111101 |
Color Harmonies of #BC68D0
Complementary color
Monochromatic Colors of #BC68D0
Black with #BC68D0
Text Example
Text Example
White with #BC68D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68D0; }
p { color: rgb(188,104,208); }
H1.HeaderClassName
{
color: #BC68D0;
}
.AnyTagClassName
{
color: #BC68D0;
}
</style>
background-color css
<style>
a { background-color: #BC68D0; }
a { background-color: rgb(188,104,208); }
div.DivClassName
{
background-color: #BC68D0;
}
.BgClassName
{
background-color: #BC68D0;
}
</style>
border-color css
<style>
span { border-color: #BC68D0; }
span { border-color: rgb(188,104,208); }
td.TdClassName
{
border-color: #BC68D0;
}
.TagClassName
{
border-color: #BC68D0;
}
</style>