Shades of Medium Orchid #BC6ACB
Tints of Medium Orchid #BC6ACB
RGB
CMYK
RGB Variations
Color information
#BC6ACB (or 0xBC6ACB) is known color: Medium Orchid. HEX triplet: BC, 6A and CB. RGB value is (188,106,203). Sum of RGB (Red+Green+Blue) = 188+106+203=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ACB is #439534. Grayscale: #8D8D8D. Windows color (decimal): -4429109 or 13331132. OLE color: 13331132.
HSL color Cylindrical-coordinate representation of color #BC6ACB: hue angle of 290.72º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6ACB is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 106 | 203 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.20 |
| HSL | 290.72º | 0.48% | 0.61% | - |
| HSV(B) | 290.72º | 0.48% | 0.8% | - |
| XYZ | 36.67 | 25.31 | 59.45 | - |
| YUV | 141.58 | 162.67 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 203 | 0.07 | 0.48 | 0 | 0.20 | 290.72 | 0.48 | 0.61 |
| Hex | BC | 6A | CB | 7 | 30 | 0 | 14 | 123 | 30 | 3D |
| Octal | 274 | 152 | 313 | 7 | 60 | 0 | 24 | 443 | 60 | 75 |
| Binary | 10111100 | 1101010 | 11001011 | 111 | 110000 | 0 | 10100 | 100100011 | 110000 | 111101 |
Color Harmonies of #BC6ACB
Complementary color
Monochromatic Colors of #BC6ACB
Black with #BC6ACB
Text Example
Text Example
White with #BC6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ACB; }
p { color: rgb(188,106,203); }
H1.HeaderClassName
{
color: #BC6ACB;
}
.AnyTagClassName
{
color: #BC6ACB;
}
</style>
background-color css
<style>
a { background-color: #BC6ACB; }
a { background-color: rgb(188,106,203); }
div.DivClassName
{
background-color: #BC6ACB;
}
.BgClassName
{
background-color: #BC6ACB;
}
</style>
border-color css
<style>
span { border-color: #BC6ACB; }
span { border-color: rgb(188,106,203); }
td.TdClassName
{
border-color: #BC6ACB;
}
.TagClassName
{
border-color: #BC6ACB;
}
</style>