Shades of Medium Orchid #BC50E0
Tints of Medium Orchid #BC50E0
RGB
CMYK
RGB Variations
Color information
#BC50E0 (or 0xBC50E0) is known color: Medium Orchid. HEX triplet: BC, 50 and E0. RGB value is (188,80,224). Sum of RGB (Red+Green+Blue) = 188+80+224=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 80 (31.64% from 255 or 16.26% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC50E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC50E0 is #43AF1F. Grayscale: #808080. Windows color (decimal): -4435744 or 14700732. OLE color: 14700732.
HSL color Cylindrical-coordinate representation of color #BC50E0: hue angle of 285º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC50E0 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 80 | 224 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.12 |
| HSL | 285º | 0.7% | 0.6% | - |
| HSV(B) | 285º | 0.64% | 0.88% | - |
| XYZ | 37.06 | 21.81 | 72.78 | - |
| YUV | 128.71 | 181.78 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 224 | 0.16 | 0.64 | 0 | 0.12 | 285 | 0.7 | 0.6 |
| Hex | BC | 50 | E0 | 10 | 40 | 0 | C | 11D | 46 | 3C |
| Octal | 274 | 120 | 340 | 20 | 100 | 0 | 14 | 435 | 106 | 74 |
| Binary | 10111100 | 1010000 | 11100000 | 10000 | 1000000 | 0 | 1100 | 100011101 | 1000110 | 111100 |
Color Harmonies of #BC50E0
Complementary color
Monochromatic Colors of #BC50E0
Black with #BC50E0
Text Example
Text Example
White with #BC50E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50E0; }
p { color: rgb(188,80,224); }
H1.HeaderClassName
{
color: #BC50E0;
}
.AnyTagClassName
{
color: #BC50E0;
}
</style>
background-color css
<style>
a { background-color: #BC50E0; }
a { background-color: rgb(188,80,224); }
div.DivClassName
{
background-color: #BC50E0;
}
.BgClassName
{
background-color: #BC50E0;
}
</style>
border-color css
<style>
span { border-color: #BC50E0; }
span { border-color: rgb(188,80,224); }
td.TdClassName
{
border-color: #BC50E0;
}
.TagClassName
{
border-color: #BC50E0;
}
</style>