Shades of Medium Orchid #BC5BDB
Tints of Medium Orchid #BC5BDB
RGB
CMYK
RGB Variations
Color information
#BC5BDB (or 0xBC5BDB) is known color: Medium Orchid. HEX triplet: BC, 5B and DB. RGB value is (188,91,219). Sum of RGB (Red+Green+Blue) = 188+91+219=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC5BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BDB is #43A424. Grayscale: #868686. Windows color (decimal): -4432933 or 14375868. OLE color: 14375868.
HSL color Cylindrical-coordinate representation of color #BC5BDB: hue angle of 285.47º degrees, saturation: 0.64, 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 #BC5BDB is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 91 | 219 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.14 |
| HSL | 285.47º | 0.64% | 0.61% | - |
| HSV(B) | 285.47º | 0.58% | 0.86% | - |
| XYZ | 37.27 | 23.29 | 69.55 | - |
| YUV | 134.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 219 | 0.14 | 0.58 | 0 | 0.14 | 285.47 | 0.64 | 0.61 |
| Hex | BC | 5B | DB | E | 3A | 0 | E | 11D | 40 | 3D |
| Octal | 274 | 133 | 333 | 16 | 72 | 0 | 16 | 435 | 100 | 75 |
| Binary | 10111100 | 1011011 | 11011011 | 1110 | 111010 | 0 | 1110 | 100011101 | 1000000 | 111101 |
Color Harmonies of #BC5BDB
Complementary color
Monochromatic Colors of #BC5BDB
Black with #BC5BDB
Text Example
Text Example
White with #BC5BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5BDB; }
p { color: rgb(188,91,219); }
H1.HeaderClassName
{
color: #BC5BDB;
}
.AnyTagClassName
{
color: #BC5BDB;
}
</style>
background-color css
<style>
a { background-color: #BC5BDB; }
a { background-color: rgb(188,91,219); }
div.DivClassName
{
background-color: #BC5BDB;
}
.BgClassName
{
background-color: #BC5BDB;
}
</style>
border-color css
<style>
span { border-color: #BC5BDB; }
span { border-color: rgb(188,91,219); }
td.TdClassName
{
border-color: #BC5BDB;
}
.TagClassName
{
border-color: #BC5BDB;
}
</style>