Shades of Medium Orchid #BC55ED
Tints of Medium Orchid #BC55ED
RGB
CMYK
RGB Variations
Color information
#BC55ED (or 0xBC55ED) is known color: Medium Orchid. HEX triplet: BC, 55 and ED. RGB value is (188,85,237). Sum of RGB (Red+Green+Blue) = 188+85+237=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 85 (33.59% from 255 or 16.67% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC55ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC55ED is #43AA12. Grayscale: #848484. Windows color (decimal): -4434451 or 15553980. OLE color: 15553980.
HSL color Cylindrical-coordinate representation of color #BC55ED: hue angle of 280.66º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC55ED is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 85 | 237 | - |
| CMYK | 0.21 | 0.64 | 0 | 0.07 |
| HSL | 280.66º | 0.81% | 0.63% | - |
| HSV(B) | 280.66º | 0.64% | 0.93% | - |
| XYZ | 39.27 | 23.3 | 82.55 | - |
| YUV | 133.13 | 186.62 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 85 | 237 | 0.21 | 0.64 | 0 | 0.07 | 280.66 | 0.81 | 0.63 |
| Hex | BC | 55 | ED | 15 | 40 | 0 | 7 | 119 | 51 | 3F |
| Octal | 274 | 125 | 355 | 25 | 100 | 0 | 7 | 431 | 121 | 77 |
| Binary | 10111100 | 1010101 | 11101101 | 10101 | 1000000 | 0 | 111 | 100011001 | 1010001 | 111111 |
Color Harmonies of #BC55ED
Complementary color
Monochromatic Colors of #BC55ED
Black with #BC55ED
Text Example
Text Example
White with #BC55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC55ED; }
p { color: rgb(188,85,237); }
H1.HeaderClassName
{
color: #BC55ED;
}
.AnyTagClassName
{
color: #BC55ED;
}
</style>
background-color css
<style>
a { background-color: #BC55ED; }
a { background-color: rgb(188,85,237); }
div.DivClassName
{
background-color: #BC55ED;
}
.BgClassName
{
background-color: #BC55ED;
}
</style>
border-color css
<style>
span { border-color: #BC55ED; }
span { border-color: rgb(188,85,237); }
td.TdClassName
{
border-color: #BC55ED;
}
.TagClassName
{
border-color: #BC55ED;
}
</style>