Shades of Medium Orchid #BC5EDB
Tints of Medium Orchid #BC5EDB
RGB
CMYK
RGB Variations
Color information
#BC5EDB (or 0xBC5EDB) is known color: Medium Orchid. HEX triplet: BC, 5E and DB. RGB value is (188,94,219). Sum of RGB (Red+Green+Blue) = 188+94+219=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EDB is #43A124. Grayscale: #878787. Windows color (decimal): -4432165 or 14376636. OLE color: 14376636.
HSL color Cylindrical-coordinate representation of color #BC5EDB: hue angle of 285.12º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5EDB is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 94 | 219 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.14 |
| HSL | 285.12º | 0.63% | 0.61% | - |
| HSV(B) | 285.12º | 0.57% | 0.86% | - |
| XYZ | 37.53 | 23.81 | 69.64 | - |
| YUV | 136.36 | 174.64 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 219 | 0.14 | 0.57 | 0 | 0.14 | 285.12 | 0.63 | 0.61 |
| Hex | BC | 5E | DB | E | 39 | 0 | E | 11D | 3F | 3D |
| Octal | 274 | 136 | 333 | 16 | 71 | 0 | 16 | 435 | 77 | 75 |
| Binary | 10111100 | 1011110 | 11011011 | 1110 | 111001 | 0 | 1110 | 100011101 | 111111 | 111101 |
Color Harmonies of #BC5EDB
Complementary color
Monochromatic Colors of #BC5EDB
Black with #BC5EDB
Text Example
Text Example
White with #BC5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EDB; }
p { color: rgb(188,94,219); }
H1.HeaderClassName
{
color: #BC5EDB;
}
.AnyTagClassName
{
color: #BC5EDB;
}
</style>
background-color css
<style>
a { background-color: #BC5EDB; }
a { background-color: rgb(188,94,219); }
div.DivClassName
{
background-color: #BC5EDB;
}
.BgClassName
{
background-color: #BC5EDB;
}
</style>
border-color css
<style>
span { border-color: #BC5EDB; }
span { border-color: rgb(188,94,219); }
td.TdClassName
{
border-color: #BC5EDB;
}
.TagClassName
{
border-color: #BC5EDB;
}
</style>