Shades of Medium Orchid #BC5CDC
Tints of Medium Orchid #BC5CDC
RGB
CMYK
RGB Variations
Color information
#BC5CDC (or 0xBC5CDC) is known color: Medium Orchid. HEX triplet: BC, 5C and DC. RGB value is (188,92,220). Sum of RGB (Red+Green+Blue) = 188+92+220=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CDC is #43A323. Grayscale: #868686. Windows color (decimal): -4432676 or 14441660. OLE color: 14441660.
HSL color Cylindrical-coordinate representation of color #BC5CDC: hue angle of 285º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5CDC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 92 | 220 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.14 |
| HSL | 285º | 0.65% | 0.61% | - |
| HSV(B) | 285º | 0.58% | 0.86% | - |
| XYZ | 37.48 | 23.51 | 70.27 | - |
| YUV | 135.3 | 175.8 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 220 | 0.15 | 0.58 | 0 | 0.14 | 285 | 0.65 | 0.61 |
| Hex | BC | 5C | DC | F | 3A | 0 | E | 11D | 41 | 3D |
| Octal | 274 | 134 | 334 | 17 | 72 | 0 | 16 | 435 | 101 | 75 |
| Binary | 10111100 | 1011100 | 11011100 | 1111 | 111010 | 0 | 1110 | 100011101 | 1000001 | 111101 |
Color Harmonies of #BC5CDC
Complementary color
Monochromatic Colors of #BC5CDC
Black with #BC5CDC
Text Example
Text Example
White with #BC5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CDC; }
p { color: rgb(188,92,220); }
H1.HeaderClassName
{
color: #BC5CDC;
}
.AnyTagClassName
{
color: #BC5CDC;
}
</style>
background-color css
<style>
a { background-color: #BC5CDC; }
a { background-color: rgb(188,92,220); }
div.DivClassName
{
background-color: #BC5CDC;
}
.BgClassName
{
background-color: #BC5CDC;
}
</style>
border-color css
<style>
span { border-color: #BC5CDC; }
span { border-color: rgb(188,92,220); }
td.TdClassName
{
border-color: #BC5CDC;
}
.TagClassName
{
border-color: #BC5CDC;
}
</style>