Shades of Medium Orchid #BC68D1
Tints of Medium Orchid #BC68D1
RGB
CMYK
RGB Variations
Color information
#BC68D1 (or 0xBC68D1) is known color: Medium Orchid. HEX triplet: BC, 68 and D1. RGB value is (188,104,209). Sum of RGB (Red+Green+Blue) = 188+104+209=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC68D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68D1 is #43972E. Grayscale: #8C8C8C. Windows color (decimal): -4429615 or 13723836. OLE color: 13723836.
HSL color Cylindrical-coordinate representation of color #BC68D1: hue angle of 288º 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 #BC68D1 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 104 | 209 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.18 |
| HSL | 288º | 0.53% | 0.61% | - |
| HSV(B) | 288º | 0.5% | 0.82% | - |
| XYZ | 37.2 | 25.2 | 63.22 | - |
| YUV | 141.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 209 | 0.10 | 0.50 | 0 | 0.18 | 288 | 0.53 | 0.61 |
| Hex | BC | 68 | D1 | A | 32 | 0 | 12 | 120 | 35 | 3D |
| Octal | 274 | 150 | 321 | 12 | 62 | 0 | 22 | 440 | 65 | 75 |
| Binary | 10111100 | 1101000 | 11010001 | 1010 | 110010 | 0 | 10010 | 100100000 | 110101 | 111101 |
Color Harmonies of #BC68D1
Complementary color
Monochromatic Colors of #BC68D1
Black with #BC68D1
Text Example
Text Example
White with #BC68D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68D1; }
p { color: rgb(188,104,209); }
H1.HeaderClassName
{
color: #BC68D1;
}
.AnyTagClassName
{
color: #BC68D1;
}
</style>
background-color css
<style>
a { background-color: #BC68D1; }
a { background-color: rgb(188,104,209); }
div.DivClassName
{
background-color: #BC68D1;
}
.BgClassName
{
background-color: #BC68D1;
}
</style>
border-color css
<style>
span { border-color: #BC68D1; }
span { border-color: rgb(188,104,209); }
td.TdClassName
{
border-color: #BC68D1;
}
.TagClassName
{
border-color: #BC68D1;
}
</style>