Shades of Medium Orchid #BC6BCF
Tints of Medium Orchid #BC6BCF
RGB
CMYK
RGB Variations
Color information
#BC6BCF (or 0xBC6BCF) is known color: Medium Orchid. HEX triplet: BC, 6B and CF. RGB value is (188,107,207). Sum of RGB (Red+Green+Blue) = 188+107+207=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BCF is #439430. Grayscale: #8E8E8E. Windows color (decimal): -4428849 or 13593532. OLE color: 13593532.
HSL color Cylindrical-coordinate representation of color #BC6BCF: hue angle of 288.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6BCF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 107 | 207 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.19 |
| HSL | 288.6º | 0.51% | 0.62% | - |
| HSV(B) | 288.6º | 0.48% | 0.81% | - |
| XYZ | 37.26 | 25.71 | 62.03 | - |
| YUV | 142.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 207 | 0.09 | 0.48 | 0 | 0.19 | 288.6 | 0.51 | 0.62 |
| Hex | BC | 6B | CF | 9 | 30 | 0 | 13 | 121 | 33 | 3E |
| Octal | 274 | 153 | 317 | 11 | 60 | 0 | 23 | 441 | 63 | 76 |
| Binary | 10111100 | 1101011 | 11001111 | 1001 | 110000 | 0 | 10011 | 100100001 | 110011 | 111110 |
Color Harmonies of #BC6BCF
Complementary color
Monochromatic Colors of #BC6BCF
Black with #BC6BCF
Text Example
Text Example
White with #BC6BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BCF; }
p { color: rgb(188,107,207); }
H1.HeaderClassName
{
color: #BC6BCF;
}
.AnyTagClassName
{
color: #BC6BCF;
}
</style>
background-color css
<style>
a { background-color: #BC6BCF; }
a { background-color: rgb(188,107,207); }
div.DivClassName
{
background-color: #BC6BCF;
}
.BgClassName
{
background-color: #BC6BCF;
}
</style>
border-color css
<style>
span { border-color: #BC6BCF; }
span { border-color: rgb(188,107,207); }
td.TdClassName
{
border-color: #BC6BCF;
}
.TagClassName
{
border-color: #BC6BCF;
}
</style>