Shades of Medium Orchid #BC6DCF
Tints of Medium Orchid #BC6DCF
RGB
CMYK
RGB Variations
Color information
#BC6DCF (or 0xBC6DCF) is known color: Medium Orchid. HEX triplet: BC, 6D and CF. RGB value is (188,109,207). Sum of RGB (Red+Green+Blue) = 188+109+207=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DCF is #439230. Grayscale: #8F8F8F. Windows color (decimal): -4428337 or 13594044. OLE color: 13594044.
HSL color Cylindrical-coordinate representation of color #BC6DCF: hue angle of 288.37º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6DCF is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 109 | 207 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.19 |
| HSL | 288.37º | 0.51% | 0.62% | - |
| HSV(B) | 288.37º | 0.47% | 0.81% | - |
| XYZ | 37.47 | 26.13 | 62.1 | - |
| YUV | 143.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 207 | 0.09 | 0.47 | 0 | 0.19 | 288.37 | 0.51 | 0.62 |
| Hex | BC | 6D | CF | 9 | 2F | 0 | 13 | 120 | 33 | 3E |
| Octal | 274 | 155 | 317 | 11 | 57 | 0 | 23 | 440 | 63 | 76 |
| Binary | 10111100 | 1101101 | 11001111 | 1001 | 101111 | 0 | 10011 | 100100000 | 110011 | 111110 |
Color Harmonies of #BC6DCF
Complementary color
Monochromatic Colors of #BC6DCF
Black with #BC6DCF
Text Example
Text Example
White with #BC6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DCF; }
p { color: rgb(188,109,207); }
H1.HeaderClassName
{
color: #BC6DCF;
}
.AnyTagClassName
{
color: #BC6DCF;
}
</style>
background-color css
<style>
a { background-color: #BC6DCF; }
a { background-color: rgb(188,109,207); }
div.DivClassName
{
background-color: #BC6DCF;
}
.BgClassName
{
background-color: #BC6DCF;
}
</style>
border-color css
<style>
span { border-color: #BC6DCF; }
span { border-color: rgb(188,109,207); }
td.TdClassName
{
border-color: #BC6DCF;
}
.TagClassName
{
border-color: #BC6DCF;
}
</style>