Shades of Medium Orchid #BC6AD1
Tints of Medium Orchid #BC6AD1
RGB
CMYK
RGB Variations
Color information
#BC6AD1 (or 0xBC6AD1) is known color: Medium Orchid. HEX triplet: BC, 6A and D1. RGB value is (188,106,209). Sum of RGB (Red+Green+Blue) = 188+106+209=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC6AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6AD1 is #43952E. Grayscale: #8D8D8D. Windows color (decimal): -4429103 or 13724348. OLE color: 13724348.
HSL color Cylindrical-coordinate representation of color #BC6AD1: hue angle of 287.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6AD1 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 106 | 209 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.18 |
| HSL | 287.77º | 0.53% | 0.62% | - |
| HSV(B) | 287.77º | 0.49% | 0.82% | - |
| XYZ | 37.4 | 25.6 | 63.29 | - |
| YUV | 142.26 | 165.67 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 209 | 0.10 | 0.49 | 0 | 0.18 | 287.77 | 0.53 | 0.62 |
| Hex | BC | 6A | D1 | A | 31 | 0 | 12 | 120 | 35 | 3E |
| Octal | 274 | 152 | 321 | 12 | 61 | 0 | 22 | 440 | 65 | 76 |
| Binary | 10111100 | 1101010 | 11010001 | 1010 | 110001 | 0 | 10010 | 100100000 | 110101 | 111110 |
Color Harmonies of #BC6AD1
Complementary color
Monochromatic Colors of #BC6AD1
Black with #BC6AD1
Text Example
Text Example
White with #BC6AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6AD1; }
p { color: rgb(188,106,209); }
H1.HeaderClassName
{
color: #BC6AD1;
}
.AnyTagClassName
{
color: #BC6AD1;
}
</style>
background-color css
<style>
a { background-color: #BC6AD1; }
a { background-color: rgb(188,106,209); }
div.DivClassName
{
background-color: #BC6AD1;
}
.BgClassName
{
background-color: #BC6AD1;
}
</style>
border-color css
<style>
span { border-color: #BC6AD1; }
span { border-color: rgb(188,106,209); }
td.TdClassName
{
border-color: #BC6AD1;
}
.TagClassName
{
border-color: #BC6AD1;
}
</style>