Shades of Medium Orchid #BC61D9
Tints of Medium Orchid #BC61D9
RGB
CMYK
RGB Variations
Color information
#BC61D9 (or 0xBC61D9) is known color: Medium Orchid. HEX triplet: BC, 61 and D9. RGB value is (188,97,217). Sum of RGB (Red+Green+Blue) = 188+97+217=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC61D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61D9 is #439E26. Grayscale: #898989. Windows color (decimal): -4431399 or 14246332. OLE color: 14246332.
HSL color Cylindrical-coordinate representation of color #BC61D9: hue angle of 285.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC61D9 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 97 | 217 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.15 |
| HSL | 285.5º | 0.61% | 0.62% | - |
| HSV(B) | 285.5º | 0.55% | 0.85% | - |
| XYZ | 37.54 | 24.25 | 68.35 | - |
| YUV | 137.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 217 | 0.13 | 0.55 | 0 | 0.15 | 285.5 | 0.61 | 0.62 |
| Hex | BC | 61 | D9 | D | 37 | 0 | F | 11E | 3D | 3E |
| Octal | 274 | 141 | 331 | 15 | 67 | 0 | 17 | 436 | 75 | 76 |
| Binary | 10111100 | 1100001 | 11011001 | 1101 | 110111 | 0 | 1111 | 100011110 | 111101 | 111110 |
Color Harmonies of #BC61D9
Complementary color
Monochromatic Colors of #BC61D9
Black with #BC61D9
Text Example
Text Example
White with #BC61D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61D9; }
p { color: rgb(188,97,217); }
H1.HeaderClassName
{
color: #BC61D9;
}
.AnyTagClassName
{
color: #BC61D9;
}
</style>
background-color css
<style>
a { background-color: #BC61D9; }
a { background-color: rgb(188,97,217); }
div.DivClassName
{
background-color: #BC61D9;
}
.BgClassName
{
background-color: #BC61D9;
}
</style>
border-color css
<style>
span { border-color: #BC61D9; }
span { border-color: rgb(188,97,217); }
td.TdClassName
{
border-color: #BC61D9;
}
.TagClassName
{
border-color: #BC61D9;
}
</style>