Shades of Medium Orchid #BC50ED
Tints of Medium Orchid #BC50ED
RGB
CMYK
RGB Variations
Color information
#BC50ED (or 0xBC50ED) is known color: Medium Orchid. HEX triplet: BC, 50 and ED. RGB value is (188,80,237). Sum of RGB (Red+Green+Blue) = 188+80+237=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC50ED is #43AF12. Grayscale: #818181. Windows color (decimal): -4435731 or 15552700. OLE color: 15552700.
HSL color Cylindrical-coordinate representation of color #BC50ED: hue angle of 281.27º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC50ED is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 80 | 237 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.07 |
| HSL | 281.27º | 0.81% | 0.62% | - |
| HSV(B) | 281.27º | 0.66% | 0.93% | - |
| XYZ | 38.89 | 22.54 | 82.42 | - |
| YUV | 130.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 237 | 0.21 | 0.66 | 0 | 0.07 | 281.27 | 0.81 | 0.62 |
| Hex | BC | 50 | ED | 15 | 42 | 0 | 7 | 119 | 51 | 3E |
| Octal | 274 | 120 | 355 | 25 | 102 | 0 | 7 | 431 | 121 | 76 |
| Binary | 10111100 | 1010000 | 11101101 | 10101 | 1000010 | 0 | 111 | 100011001 | 1010001 | 111110 |
Color Harmonies of #BC50ED
Complementary color
Monochromatic Colors of #BC50ED
Black with #BC50ED
Text Example
Text Example
White with #BC50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC50ED; }
p { color: rgb(188,80,237); }
H1.HeaderClassName
{
color: #BC50ED;
}
.AnyTagClassName
{
color: #BC50ED;
}
</style>
background-color css
<style>
a { background-color: #BC50ED; }
a { background-color: rgb(188,80,237); }
div.DivClassName
{
background-color: #BC50ED;
}
.BgClassName
{
background-color: #BC50ED;
}
</style>
border-color css
<style>
span { border-color: #BC50ED; }
span { border-color: rgb(188,80,237); }
td.TdClassName
{
border-color: #BC50ED;
}
.TagClassName
{
border-color: #BC50ED;
}
</style>