Shades of Medium Orchid #BC5BDC
Tints of Medium Orchid #BC5BDC
RGB
CMYK
RGB Variations
Color information
#BC5BDC (or 0xBC5BDC) is known color: Medium Orchid. HEX triplet: BC, 5B and DC. RGB value is (188,91,220). Sum of RGB (Red+Green+Blue) = 188+91+220=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BDC is #43A423. Grayscale: #868686. Windows color (decimal): -4432932 or 14441404. OLE color: 14441404.
HSL color Cylindrical-coordinate representation of color #BC5BDC: hue angle of 285.12º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5BDC is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 91 | 220 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.14 |
| HSL | 285.12º | 0.65% | 0.61% | - |
| HSV(B) | 285.12º | 0.59% | 0.86% | - |
| XYZ | 37.4 | 23.34 | 70.24 | - |
| YUV | 134.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 220 | 0.15 | 0.59 | 0 | 0.14 | 285.12 | 0.65 | 0.61 |
| Hex | BC | 5B | DC | F | 3B | 0 | E | 11D | 41 | 3D |
| Octal | 274 | 133 | 334 | 17 | 73 | 0 | 16 | 435 | 101 | 75 |
| Binary | 10111100 | 1011011 | 11011100 | 1111 | 111011 | 0 | 1110 | 100011101 | 1000001 | 111101 |
Color Harmonies of #BC5BDC
Complementary color
Monochromatic Colors of #BC5BDC
Black with #BC5BDC
Text Example
Text Example
White with #BC5BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BDC; }
p { color: rgb(188,91,220); }
H1.HeaderClassName
{
color: #BC5BDC;
}
.AnyTagClassName
{
color: #BC5BDC;
}
</style>
background-color css
<style>
a { background-color: #BC5BDC; }
a { background-color: rgb(188,91,220); }
div.DivClassName
{
background-color: #BC5BDC;
}
.BgClassName
{
background-color: #BC5BDC;
}
</style>
border-color css
<style>
span { border-color: #BC5BDC; }
span { border-color: rgb(188,91,220); }
td.TdClassName
{
border-color: #BC5BDC;
}
.TagClassName
{
border-color: #BC5BDC;
}
</style>