Shades of Medium Orchid #BC37ED
Tints of Medium Orchid #BC37ED
RGB
CMYK
RGB Variations
Color information
#BC37ED (or 0xBC37ED) is known color: Medium Orchid. HEX triplet: BC, 37 and ED. RGB value is (188,55,237). Sum of RGB (Red+Green+Blue) = 188+55+237=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 55 (21.88% from 255 or 11.46% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC37ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC37ED is #43C812. Grayscale: #727272. Windows color (decimal): -4442131 or 15546300. OLE color: 15546300.
HSL color Cylindrical-coordinate representation of color #BC37ED: hue angle of 283.85º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC37ED is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 55 | 237 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.07 |
| HSL | 283.85º | 0.83% | 0.57% | - |
| HSV(B) | 283.85º | 0.77% | 0.93% | - |
| XYZ | 37.39 | 19.54 | 81.92 | - |
| YUV | 115.52 | 196.56 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 237 | 0.21 | 0.77 | 0 | 0.07 | 283.85 | 0.83 | 0.57 |
| Hex | BC | 37 | ED | 15 | 4D | 0 | 7 | 11C | 53 | 39 |
| Octal | 274 | 67 | 355 | 25 | 115 | 0 | 7 | 434 | 123 | 71 |
| Binary | 10111100 | 110111 | 11101101 | 10101 | 1001101 | 0 | 111 | 100011100 | 1010011 | 111001 |
Color Harmonies of #BC37ED
Complementary color
Monochromatic Colors of #BC37ED
Black with #BC37ED
Text Example
Text Example
White with #BC37ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37ED; }
p { color: rgb(188,55,237); }
H1.HeaderClassName
{
color: #BC37ED;
}
.AnyTagClassName
{
color: #BC37ED;
}
</style>
background-color css
<style>
a { background-color: #BC37ED; }
a { background-color: rgb(188,55,237); }
div.DivClassName
{
background-color: #BC37ED;
}
.BgClassName
{
background-color: #BC37ED;
}
</style>
border-color css
<style>
span { border-color: #BC37ED; }
span { border-color: rgb(188,55,237); }
td.TdClassName
{
border-color: #BC37ED;
}
.TagClassName
{
border-color: #BC37ED;
}
</style>