Shades of Medium Orchid #BC6FCB
Tints of Medium Orchid #BC6FCB
RGB
CMYK
RGB Variations
Color information
#BC6FCB (or 0xBC6FCB) is known color: Medium Orchid. HEX triplet: BC, 6F and CB. RGB value is (188,111,203). Sum of RGB (Red+Green+Blue) = 188+111+203=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC6FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FCB is #439034. Grayscale: #909090. Windows color (decimal): -4427829 or 13332412. OLE color: 13332412.
HSL color Cylindrical-coordinate representation of color #BC6FCB: hue angle of 290.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC6FCB is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 111 | 203 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.20 |
| HSL | 290.22º | 0.47% | 0.62% | - |
| HSV(B) | 290.22º | 0.45% | 0.8% | - |
| XYZ | 37.2 | 26.37 | 59.63 | - |
| YUV | 144.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 203 | 0.07 | 0.45 | 0 | 0.20 | 290.22 | 0.47 | 0.62 |
| Hex | BC | 6F | CB | 7 | 2D | 0 | 14 | 122 | 2F | 3E |
| Octal | 274 | 157 | 313 | 7 | 55 | 0 | 24 | 442 | 57 | 76 |
| Binary | 10111100 | 1101111 | 11001011 | 111 | 101101 | 0 | 10100 | 100100010 | 101111 | 111110 |
Color Harmonies of #BC6FCB
Complementary color
Monochromatic Colors of #BC6FCB
Black with #BC6FCB
Text Example
Text Example
White with #BC6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FCB; }
p { color: rgb(188,111,203); }
H1.HeaderClassName
{
color: #BC6FCB;
}
.AnyTagClassName
{
color: #BC6FCB;
}
</style>
background-color css
<style>
a { background-color: #BC6FCB; }
a { background-color: rgb(188,111,203); }
div.DivClassName
{
background-color: #BC6FCB;
}
.BgClassName
{
background-color: #BC6FCB;
}
</style>
border-color css
<style>
span { border-color: #BC6FCB; }
span { border-color: rgb(188,111,203); }
td.TdClassName
{
border-color: #BC6FCB;
}
.TagClassName
{
border-color: #BC6FCB;
}
</style>