Shades of Medium Orchid #BC6ACD
Tints of Medium Orchid #BC6ACD
RGB
CMYK
RGB Variations
Color information
#BC6ACD (or 0xBC6ACD) is known color: Medium Orchid. HEX triplet: BC, 6A and CD. RGB value is (188,106,205). Sum of RGB (Red+Green+Blue) = 188+106+205=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ACD is #439532. Grayscale: #8D8D8D. Windows color (decimal): -4429107 or 13462204. OLE color: 13462204.
HSL color Cylindrical-coordinate representation of color #BC6ACD: hue angle of 289.7º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6ACD is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 106 | 205 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.20 |
| HSL | 289.7º | 0.5% | 0.61% | - |
| HSV(B) | 289.7º | 0.48% | 0.8% | - |
| XYZ | 36.91 | 25.41 | 60.72 | - |
| YUV | 141.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 205 | 0.08 | 0.48 | 0 | 0.20 | 289.7 | 0.5 | 0.61 |
| Hex | BC | 6A | CD | 8 | 30 | 0 | 14 | 122 | 32 | 3D |
| Octal | 274 | 152 | 315 | 10 | 60 | 0 | 24 | 442 | 62 | 75 |
| Binary | 10111100 | 1101010 | 11001101 | 1000 | 110000 | 0 | 10100 | 100100010 | 110010 | 111101 |
Color Harmonies of #BC6ACD
Complementary color
Monochromatic Colors of #BC6ACD
Black with #BC6ACD
Text Example
Text Example
White with #BC6ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ACD; }
p { color: rgb(188,106,205); }
H1.HeaderClassName
{
color: #BC6ACD;
}
.AnyTagClassName
{
color: #BC6ACD;
}
</style>
background-color css
<style>
a { background-color: #BC6ACD; }
a { background-color: rgb(188,106,205); }
div.DivClassName
{
background-color: #BC6ACD;
}
.BgClassName
{
background-color: #BC6ACD;
}
</style>
border-color css
<style>
span { border-color: #BC6ACD; }
span { border-color: rgb(188,106,205); }
td.TdClassName
{
border-color: #BC6ACD;
}
.TagClassName
{
border-color: #BC6ACD;
}
</style>