Shades of Medium Orchid #BC6CCB
Tints of Medium Orchid #BC6CCB
RGB
CMYK
RGB Variations
Color information
#BC6CCB (or 0xBC6CCB) is known color: Medium Orchid. HEX triplet: BC, 6C and CB. RGB value is (188,108,203). Sum of RGB (Red+Green+Blue) = 188+108+203=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC6CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CCB is #439334. Grayscale: #8E8E8E. Windows color (decimal): -4428597 or 13331644. OLE color: 13331644.
HSL color Cylindrical-coordinate representation of color #BC6CCB: hue angle of 290.53º 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 #BC6CCB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 108 | 203 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.20 |
| HSL | 290.53º | 0.48% | 0.61% | - |
| HSV(B) | 290.53º | 0.47% | 0.8% | - |
| XYZ | 36.88 | 25.73 | 59.52 | - |
| YUV | 142.75 | 162 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 108 | 203 | 0.07 | 0.47 | 0 | 0.20 | 290.53 | 0.48 | 0.61 |
| Hex | BC | 6C | CB | 7 | 2F | 0 | 14 | 123 | 30 | 3D |
| Octal | 274 | 154 | 313 | 7 | 57 | 0 | 24 | 443 | 60 | 75 |
| Binary | 10111100 | 1101100 | 11001011 | 111 | 101111 | 0 | 10100 | 100100011 | 110000 | 111101 |
Color Harmonies of #BC6CCB
Complementary color
Monochromatic Colors of #BC6CCB
Black with #BC6CCB
Text Example
Text Example
White with #BC6CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6CCB; }
p { color: rgb(188,108,203); }
H1.HeaderClassName
{
color: #BC6CCB;
}
.AnyTagClassName
{
color: #BC6CCB;
}
</style>
background-color css
<style>
a { background-color: #BC6CCB; }
a { background-color: rgb(188,108,203); }
div.DivClassName
{
background-color: #BC6CCB;
}
.BgClassName
{
background-color: #BC6CCB;
}
</style>
border-color css
<style>
span { border-color: #BC6CCB; }
span { border-color: rgb(188,108,203); }
td.TdClassName
{
border-color: #BC6CCB;
}
.TagClassName
{
border-color: #BC6CCB;
}
</style>