Shades of Medium Orchid #BC5CDB
Tints of Medium Orchid #BC5CDB
RGB
CMYK
RGB Variations
Color information
#BC5CDB (or 0xBC5CDB) is known color: Medium Orchid. HEX triplet: BC, 5C and DB. RGB value is (188,92,219). Sum of RGB (Red+Green+Blue) = 188+92+219=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 92 (36.33% from 255 or 18.44% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CDB is #43A324. Grayscale: #868686. Windows color (decimal): -4432677 or 14376124. OLE color: 14376124.
HSL color Cylindrical-coordinate representation of color #BC5CDB: hue angle of 285.35º 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 #BC5CDB is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 92 | 219 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.14 |
| HSL | 285.35º | 0.64% | 0.61% | - |
| HSV(B) | 285.35º | 0.58% | 0.86% | - |
| XYZ | 37.35 | 23.46 | 69.58 | - |
| YUV | 135.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 92 | 219 | 0.14 | 0.58 | 0 | 0.14 | 285.35 | 0.64 | 0.61 |
| Hex | BC | 5C | DB | E | 3A | 0 | E | 11D | 40 | 3D |
| Octal | 274 | 134 | 333 | 16 | 72 | 0 | 16 | 435 | 100 | 75 |
| Binary | 10111100 | 1011100 | 11011011 | 1110 | 111010 | 0 | 1110 | 100011101 | 1000000 | 111101 |
Color Harmonies of #BC5CDB
Complementary color
Monochromatic Colors of #BC5CDB
Black with #BC5CDB
Text Example
Text Example
White with #BC5CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5CDB; }
p { color: rgb(188,92,219); }
H1.HeaderClassName
{
color: #BC5CDB;
}
.AnyTagClassName
{
color: #BC5CDB;
}
</style>
background-color css
<style>
a { background-color: #BC5CDB; }
a { background-color: rgb(188,92,219); }
div.DivClassName
{
background-color: #BC5CDB;
}
.BgClassName
{
background-color: #BC5CDB;
}
</style>
border-color css
<style>
span { border-color: #BC5CDB; }
span { border-color: rgb(188,92,219); }
td.TdClassName
{
border-color: #BC5CDB;
}
.TagClassName
{
border-color: #BC5CDB;
}
</style>