Shades of Medium Orchid #BC6BCB
Tints of Medium Orchid #BC6BCB
RGB
CMYK
RGB Variations
Color information
#BC6BCB (or 0xBC6BCB) is known color: Medium Orchid. HEX triplet: BC, 6B and CB. RGB value is (188,107,203). Sum of RGB (Red+Green+Blue) = 188+107+203=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC6BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BCB is #439434. Grayscale: #8D8D8D. Windows color (decimal): -4428853 or 13331388. OLE color: 13331388.
HSL color Cylindrical-coordinate representation of color #BC6BCB: hue angle of 290.62º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6BCB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 107 | 203 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.20 |
| HSL | 290.63º | 0.48% | 0.61% | - |
| HSV(B) | 290.63º | 0.47% | 0.8% | - |
| XYZ | 36.78 | 25.52 | 59.49 | - |
| YUV | 142.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 203 | 0.07 | 0.47 | 0 | 0.20 | 290.63 | 0.48 | 0.61 |
| Hex | BC | 6B | CB | 7 | 2F | 0 | 14 | 123 | 30 | 3D |
| Octal | 274 | 153 | 313 | 7 | 57 | 0 | 24 | 443 | 60 | 75 |
| Binary | 10111100 | 1101011 | 11001011 | 111 | 101111 | 0 | 10100 | 100100011 | 110000 | 111101 |
Color Harmonies of #BC6BCB
Complementary color
Monochromatic Colors of #BC6BCB
Black with #BC6BCB
Text Example
Text Example
White with #BC6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BCB; }
p { color: rgb(188,107,203); }
H1.HeaderClassName
{
color: #BC6BCB;
}
.AnyTagClassName
{
color: #BC6BCB;
}
</style>
background-color css
<style>
a { background-color: #BC6BCB; }
a { background-color: rgb(188,107,203); }
div.DivClassName
{
background-color: #BC6BCB;
}
.BgClassName
{
background-color: #BC6BCB;
}
</style>
border-color css
<style>
span { border-color: #BC6BCB; }
span { border-color: rgb(188,107,203); }
td.TdClassName
{
border-color: #BC6BCB;
}
.TagClassName
{
border-color: #BC6BCB;
}
</style>