Shades of Medium Orchid #BC6BC8
Tints of Medium Orchid #BC6BC8
RGB
CMYK
RGB Variations
Color information
#BC6BC8 (or 0xBC6BC8) is known color: Medium Orchid. HEX triplet: BC, 6B and C8. RGB value is (188,107,200). Sum of RGB (Red+Green+Blue) = 188+107+200=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC6BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BC8 is #439437. Grayscale: #8D8D8D. Windows color (decimal): -4428856 or 13134780. OLE color: 13134780.
HSL color Cylindrical-coordinate representation of color #BC6BC8: hue angle of 292.26º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC6BC8 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 107 | 200 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.22 |
| HSL | 292.26º | 0.46% | 0.6% | - |
| HSV(B) | 292.26º | 0.47% | 0.78% | - |
| XYZ | 36.42 | 25.38 | 57.62 | - |
| YUV | 141.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 200 | 0.06 | 0.46 | 0 | 0.22 | 292.26 | 0.46 | 0.6 |
| Hex | BC | 6B | C8 | 6 | 2E | 0 | 16 | 124 | 2E | 3C |
| Octal | 274 | 153 | 310 | 6 | 56 | 0 | 26 | 444 | 56 | 74 |
| Binary | 10111100 | 1101011 | 11001000 | 110 | 101110 | 0 | 10110 | 100100100 | 101110 | 111100 |
Color Harmonies of #BC6BC8
Complementary color
Monochromatic Colors of #BC6BC8
Black with #BC6BC8
Text Example
Text Example
White with #BC6BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BC8; }
p { color: rgb(188,107,200); }
H1.HeaderClassName
{
color: #BC6BC8;
}
.AnyTagClassName
{
color: #BC6BC8;
}
</style>
background-color css
<style>
a { background-color: #BC6BC8; }
a { background-color: rgb(188,107,200); }
div.DivClassName
{
background-color: #BC6BC8;
}
.BgClassName
{
background-color: #BC6BC8;
}
</style>
border-color css
<style>
span { border-color: #BC6BC8; }
span { border-color: rgb(188,107,200); }
td.TdClassName
{
border-color: #BC6BC8;
}
.TagClassName
{
border-color: #BC6BC8;
}
</style>