Shades of Medium Orchid #BC5DDB
Tints of Medium Orchid #BC5DDB
RGB
CMYK
RGB Variations
Color information
#BC5DDB (or 0xBC5DDB) is known color: Medium Orchid. HEX triplet: BC, 5D and DB. RGB value is (188,93,219). Sum of RGB (Red+Green+Blue) = 188+93+219=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5DDB is #43A224. Grayscale: #878787. Windows color (decimal): -4432421 or 14376380. OLE color: 14376380.
HSL color Cylindrical-coordinate representation of color #BC5DDB: hue angle of 285.24º 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 #BC5DDB is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 93 | 219 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.14 |
| HSL | 285.24º | 0.64% | 0.61% | - |
| HSV(B) | 285.24º | 0.58% | 0.86% | - |
| XYZ | 37.44 | 23.63 | 69.61 | - |
| YUV | 135.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 219 | 0.14 | 0.58 | 0 | 0.14 | 285.24 | 0.64 | 0.61 |
| Hex | BC | 5D | DB | E | 3A | 0 | E | 11D | 40 | 3D |
| Octal | 274 | 135 | 333 | 16 | 72 | 0 | 16 | 435 | 100 | 75 |
| Binary | 10111100 | 1011101 | 11011011 | 1110 | 111010 | 0 | 1110 | 100011101 | 1000000 | 111101 |
Color Harmonies of #BC5DDB
Complementary color
Monochromatic Colors of #BC5DDB
Black with #BC5DDB
Text Example
Text Example
White with #BC5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5DDB; }
p { color: rgb(188,93,219); }
H1.HeaderClassName
{
color: #BC5DDB;
}
.AnyTagClassName
{
color: #BC5DDB;
}
</style>
background-color css
<style>
a { background-color: #BC5DDB; }
a { background-color: rgb(188,93,219); }
div.DivClassName
{
background-color: #BC5DDB;
}
.BgClassName
{
background-color: #BC5DDB;
}
</style>
border-color css
<style>
span { border-color: #BC5DDB; }
span { border-color: rgb(188,93,219); }
td.TdClassName
{
border-color: #BC5DDB;
}
.TagClassName
{
border-color: #BC5DDB;
}
</style>