Shades of Medium Orchid #BC5DCD
Tints of Medium Orchid #BC5DCD
RGB
CMYK
RGB Variations
Color information
#BC5DCD (or 0xBC5DCD) is known color: Medium Orchid. HEX triplet: BC, 5D and CD. RGB value is (188,93,205). Sum of RGB (Red+Green+Blue) = 188+93+205=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DCD is #43A232. Grayscale: #858585. Windows color (decimal): -4432435 or 13458876. OLE color: 13458876.
HSL color Cylindrical-coordinate representation of color #BC5DCD: hue angle of 290.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC5DCD is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 93 | 205 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.20 |
| HSL | 290.89º | 0.53% | 0.58% | - |
| HSV(B) | 290.89º | 0.55% | 0.8% | - |
| XYZ | 35.67 | 22.93 | 60.3 | - |
| YUV | 134.17 | 167.97 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 205 | 0.08 | 0.55 | 0 | 0.20 | 290.89 | 0.53 | 0.58 |
| Hex | BC | 5D | CD | 8 | 37 | 0 | 14 | 123 | 35 | 3A |
| Octal | 274 | 135 | 315 | 10 | 67 | 0 | 24 | 443 | 65 | 72 |
| Binary | 10111100 | 1011101 | 11001101 | 1000 | 110111 | 0 | 10100 | 100100011 | 110101 | 111010 |
Color Harmonies of #BC5DCD
Complementary color
Monochromatic Colors of #BC5DCD
Black with #BC5DCD
Text Example
Text Example
White with #BC5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DCD; }
p { color: rgb(188,93,205); }
H1.HeaderClassName
{
color: #BC5DCD;
}
.AnyTagClassName
{
color: #BC5DCD;
}
</style>
background-color css
<style>
a { background-color: #BC5DCD; }
a { background-color: rgb(188,93,205); }
div.DivClassName
{
background-color: #BC5DCD;
}
.BgClassName
{
background-color: #BC5DCD;
}
</style>
border-color css
<style>
span { border-color: #BC5DCD; }
span { border-color: rgb(188,93,205); }
td.TdClassName
{
border-color: #BC5DCD;
}
.TagClassName
{
border-color: #BC5DCD;
}
</style>