Shades of Medium Orchid #BC37D6
Tints of Medium Orchid #BC37D6
RGB
CMYK
RGB Variations
Color information
#BC37D6 (or 0xBC37D6) is known color: Medium Orchid. HEX triplet: BC, 37 and D6. RGB value is (188,55,214). Sum of RGB (Red+Green+Blue) = 188+55+214=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 55 (21.88% from 255 or 12.04% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC37D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC37D6 is #43C829. Grayscale: #707070. Windows color (decimal): -4442154 or 14038972. OLE color: 14038972.
HSL color Cylindrical-coordinate representation of color #BC37D6: hue angle of 290.19º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC37D6 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 55 | 214 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.16 |
| HSL | 290.19º | 0.66% | 0.53% | - |
| HSV(B) | 290.19º | 0.74% | 0.84% | - |
| XYZ | 34.24 | 18.28 | 65.34 | - |
| YUV | 112.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 55 | 214 | 0.12 | 0.74 | 0 | 0.16 | 290.19 | 0.66 | 0.53 |
| Hex | BC | 37 | D6 | C | 4A | 0 | 10 | 122 | 42 | 35 |
| Octal | 274 | 67 | 326 | 14 | 112 | 0 | 20 | 442 | 102 | 65 |
| Binary | 10111100 | 110111 | 11010110 | 1100 | 1001010 | 0 | 10000 | 100100010 | 1000010 | 110101 |
Color Harmonies of #BC37D6
Complementary color
Monochromatic Colors of #BC37D6
Black with #BC37D6
Text Example
Text Example
White with #BC37D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC37D6; }
p { color: rgb(188,55,214); }
H1.HeaderClassName
{
color: #BC37D6;
}
.AnyTagClassName
{
color: #BC37D6;
}
</style>
background-color css
<style>
a { background-color: #BC37D6; }
a { background-color: rgb(188,55,214); }
div.DivClassName
{
background-color: #BC37D6;
}
.BgClassName
{
background-color: #BC37D6;
}
</style>
border-color css
<style>
span { border-color: #BC37D6; }
span { border-color: rgb(188,55,214); }
td.TdClassName
{
border-color: #BC37D6;
}
.TagClassName
{
border-color: #BC37D6;
}
</style>