Shades of Medium Orchid #BC5DC9
Tints of Medium Orchid #BC5DC9
RGB
CMYK
RGB Variations
Color information
#BC5DC9 (or 0xBC5DC9) is known color: Medium Orchid. HEX triplet: BC, 5D and C9. RGB value is (188,93,201). Sum of RGB (Red+Green+Blue) = 188+93+201=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC5DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DC9 is #43A236. Grayscale: #858585. Windows color (decimal): -4432439 or 13196732. OLE color: 13196732.
HSL color Cylindrical-coordinate representation of color #BC5DC9: hue angle of 292.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC5DC9 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 93 | 201 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.21 |
| HSL | 292.78º | 0.5% | 0.58% | - |
| HSV(B) | 292.78º | 0.54% | 0.79% | - |
| XYZ | 35.2 | 22.74 | 57.79 | - |
| YUV | 133.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 201 | 0.06 | 0.54 | 0 | 0.21 | 292.78 | 0.5 | 0.58 |
| Hex | BC | 5D | C9 | 6 | 36 | 0 | 15 | 125 | 32 | 3A |
| Octal | 274 | 135 | 311 | 6 | 66 | 0 | 25 | 445 | 62 | 72 |
| Binary | 10111100 | 1011101 | 11001001 | 110 | 110110 | 0 | 10101 | 100100101 | 110010 | 111010 |
Color Harmonies of #BC5DC9
Complementary color
Monochromatic Colors of #BC5DC9
Black with #BC5DC9
Text Example
Text Example
White with #BC5DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DC9; }
p { color: rgb(188,93,201); }
H1.HeaderClassName
{
color: #BC5DC9;
}
.AnyTagClassName
{
color: #BC5DC9;
}
</style>
background-color css
<style>
a { background-color: #BC5DC9; }
a { background-color: rgb(188,93,201); }
div.DivClassName
{
background-color: #BC5DC9;
}
.BgClassName
{
background-color: #BC5DC9;
}
</style>
border-color css
<style>
span { border-color: #BC5DC9; }
span { border-color: rgb(188,93,201); }
td.TdClassName
{
border-color: #BC5DC9;
}
.TagClassName
{
border-color: #BC5DC9;
}
</style>