Shades of Medium Orchid #BC5ED5
Tints of Medium Orchid #BC5ED5
RGB
CMYK
RGB Variations
Color information
#BC5ED5 (or 0xBC5ED5) is known color: Medium Orchid. HEX triplet: BC, 5E and D5. RGB value is (188,94,213). Sum of RGB (Red+Green+Blue) = 188+94+213=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC5ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ED5 is #43A12A. Grayscale: #878787. Windows color (decimal): -4432171 or 13983420. OLE color: 13983420.
HSL color Cylindrical-coordinate representation of color #BC5ED5: hue angle of 287.39º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5ED5 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 94 | 213 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.16 |
| HSL | 287.4º | 0.59% | 0.6% | - |
| HSV(B) | 287.4º | 0.56% | 0.84% | - |
| XYZ | 36.75 | 23.5 | 65.55 | - |
| YUV | 135.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 213 | 0.12 | 0.56 | 0 | 0.16 | 287.4 | 0.59 | 0.6 |
| Hex | BC | 5E | D5 | C | 38 | 0 | 10 | 11F | 3B | 3C |
| Octal | 274 | 136 | 325 | 14 | 70 | 0 | 20 | 437 | 73 | 74 |
| Binary | 10111100 | 1011110 | 11010101 | 1100 | 111000 | 0 | 10000 | 100011111 | 111011 | 111100 |
Color Harmonies of #BC5ED5
Complementary color
Monochromatic Colors of #BC5ED5
Black with #BC5ED5
Text Example
Text Example
White with #BC5ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5ED5; }
p { color: rgb(188,94,213); }
H1.HeaderClassName
{
color: #BC5ED5;
}
.AnyTagClassName
{
color: #BC5ED5;
}
</style>
background-color css
<style>
a { background-color: #BC5ED5; }
a { background-color: rgb(188,94,213); }
div.DivClassName
{
background-color: #BC5ED5;
}
.BgClassName
{
background-color: #BC5ED5;
}
</style>
border-color css
<style>
span { border-color: #BC5ED5; }
span { border-color: rgb(188,94,213); }
td.TdClassName
{
border-color: #BC5ED5;
}
.TagClassName
{
border-color: #BC5ED5;
}
</style>