Shades of Medium Orchid #BC5EE1
Tints of Medium Orchid #BC5EE1
RGB
CMYK
RGB Variations
Color information
#BC5EE1 (or 0xBC5EE1) is known color: Medium Orchid. HEX triplet: BC, 5E and E1. RGB value is (188,94,225). Sum of RGB (Red+Green+Blue) = 188+94+225=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 94 (37.11% from 255 or 18.54% from 507); Blue value is 225 (88.28% from 255 or 44.38% from 507); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC5EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EE1 is #43A11E. Grayscale: #888888. Windows color (decimal): -4432159 or 14769852. OLE color: 14769852.
HSL color Cylindrical-coordinate representation of color #BC5EE1: hue angle of 283.05º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5EE1 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 94 | 225 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.12 |
| HSL | 283.05º | 0.69% | 0.63% | - |
| HSV(B) | 283.05º | 0.58% | 0.88% | - |
| XYZ | 38.33 | 24.13 | 73.87 | - |
| YUV | 137.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 225 | 0.16 | 0.58 | 0 | 0.12 | 283.05 | 0.69 | 0.63 |
| Hex | BC | 5E | E1 | 10 | 3A | 0 | C | 11B | 45 | 3F |
| Octal | 274 | 136 | 341 | 20 | 72 | 0 | 14 | 433 | 105 | 77 |
| Binary | 10111100 | 1011110 | 11100001 | 10000 | 111010 | 0 | 1100 | 100011011 | 1000101 | 111111 |
Color Harmonies of #BC5EE1
Complementary color
Monochromatic Colors of #BC5EE1
Black with #BC5EE1
Text Example
Text Example
White with #BC5EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EE1; }
p { color: rgb(188,94,225); }
H1.HeaderClassName
{
color: #BC5EE1;
}
.AnyTagClassName
{
color: #BC5EE1;
}
</style>
background-color css
<style>
a { background-color: #BC5EE1; }
a { background-color: rgb(188,94,225); }
div.DivClassName
{
background-color: #BC5EE1;
}
.BgClassName
{
background-color: #BC5EE1;
}
</style>
border-color css
<style>
span { border-color: #BC5EE1; }
span { border-color: rgb(188,94,225); }
td.TdClassName
{
border-color: #BC5EE1;
}
.TagClassName
{
border-color: #BC5EE1;
}
</style>