Shades of Medium Orchid #BC6BCD
Tints of Medium Orchid #BC6BCD
RGB
CMYK
RGB Variations
Color information
#BC6BCD (or 0xBC6BCD) is known color: Medium Orchid. HEX triplet: BC, 6B and CD. RGB value is (188,107,205). Sum of RGB (Red+Green+Blue) = 188+107+205=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BCD is #439432. Grayscale: #8E8E8E. Windows color (decimal): -4428851 or 13462460. OLE color: 13462460.
HSL color Cylindrical-coordinate representation of color #BC6BCD: hue angle of 289.59º degrees, saturation: 0.49, 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 #BC6BCD is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 107 | 205 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.20 |
| HSL | 289.59º | 0.49% | 0.61% | - |
| HSV(B) | 289.59º | 0.48% | 0.8% | - |
| XYZ | 37.02 | 25.61 | 60.75 | - |
| YUV | 142.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 205 | 0.08 | 0.48 | 0 | 0.20 | 289.59 | 0.49 | 0.61 |
| Hex | BC | 6B | CD | 8 | 30 | 0 | 14 | 122 | 31 | 3D |
| Octal | 274 | 153 | 315 | 10 | 60 | 0 | 24 | 442 | 61 | 75 |
| Binary | 10111100 | 1101011 | 11001101 | 1000 | 110000 | 0 | 10100 | 100100010 | 110001 | 111101 |
Color Harmonies of #BC6BCD
Complementary color
Monochromatic Colors of #BC6BCD
Black with #BC6BCD
Text Example
Text Example
White with #BC6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BCD; }
p { color: rgb(188,107,205); }
H1.HeaderClassName
{
color: #BC6BCD;
}
.AnyTagClassName
{
color: #BC6BCD;
}
</style>
background-color css
<style>
a { background-color: #BC6BCD; }
a { background-color: rgb(188,107,205); }
div.DivClassName
{
background-color: #BC6BCD;
}
.BgClassName
{
background-color: #BC6BCD;
}
</style>
border-color css
<style>
span { border-color: #BC6BCD; }
span { border-color: rgb(188,107,205); }
td.TdClassName
{
border-color: #BC6BCD;
}
.TagClassName
{
border-color: #BC6BCD;
}
</style>