Shades of Medium Orchid #BC5EE0
Tints of Medium Orchid #BC5EE0
RGB
CMYK
RGB Variations
Color information
#BC5EE0 (or 0xBC5EE0) is known color: Medium Orchid. HEX triplet: BC, 5E and E0. RGB value is (188,94,224). Sum of RGB (Red+Green+Blue) = 188+94+224=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC5EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5EE0 is #43A11F. Grayscale: #888888. Windows color (decimal): -4432160 or 14704316. OLE color: 14704316.
HSL color Cylindrical-coordinate representation of color #BC5EE0: hue angle of 283.38º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC5EE0 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 94 | 224 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.12 |
| HSL | 283.38º | 0.68% | 0.62% | - |
| HSV(B) | 283.38º | 0.58% | 0.88% | - |
| XYZ | 38.2 | 24.08 | 73.16 | - |
| YUV | 136.93 | 177.14 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 224 | 0.16 | 0.58 | 0 | 0.12 | 283.38 | 0.68 | 0.62 |
| Hex | BC | 5E | E0 | 10 | 3A | 0 | C | 11B | 44 | 3E |
| Octal | 274 | 136 | 340 | 20 | 72 | 0 | 14 | 433 | 104 | 76 |
| Binary | 10111100 | 1011110 | 11100000 | 10000 | 111010 | 0 | 1100 | 100011011 | 1000100 | 111110 |
Color Harmonies of #BC5EE0
Complementary color
Monochromatic Colors of #BC5EE0
Black with #BC5EE0
Text Example
Text Example
White with #BC5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EE0; }
p { color: rgb(188,94,224); }
H1.HeaderClassName
{
color: #BC5EE0;
}
.AnyTagClassName
{
color: #BC5EE0;
}
</style>
background-color css
<style>
a { background-color: #BC5EE0; }
a { background-color: rgb(188,94,224); }
div.DivClassName
{
background-color: #BC5EE0;
}
.BgClassName
{
background-color: #BC5EE0;
}
</style>
border-color css
<style>
span { border-color: #BC5EE0; }
span { border-color: rgb(188,94,224); }
td.TdClassName
{
border-color: #BC5EE0;
}
.TagClassName
{
border-color: #BC5EE0;
}
</style>