Shades of Medium Orchid #BC73D6
Tints of Medium Orchid #BC73D6
RGB
CMYK
RGB Variations
Color information
#BC73D6 (or 0xBC73D6) is known color: Medium Orchid. HEX triplet: BC, 73 and D6. RGB value is (188,115,214). Sum of RGB (Red+Green+Blue) = 188+115+214=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC73D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73D6 is #438C29. Grayscale: #939393. Windows color (decimal): -4426794 or 14054332. OLE color: 14054332.
HSL color Cylindrical-coordinate representation of color #BC73D6: hue angle of 284.24º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC73D6 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 115 | 214 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.16 |
| HSL | 284.24º | 0.55% | 0.65% | - |
| HSV(B) | 284.24º | 0.46% | 0.84% | - |
| XYZ | 39.01 | 27.81 | 66.93 | - |
| YUV | 148.11 | 165.18 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 214 | 0.12 | 0.46 | 0 | 0.16 | 284.24 | 0.55 | 0.65 |
| Hex | BC | 73 | D6 | C | 2E | 0 | 10 | 11C | 37 | 41 |
| Octal | 274 | 163 | 326 | 14 | 56 | 0 | 20 | 434 | 67 | 101 |
| Binary | 10111100 | 1110011 | 11010110 | 1100 | 101110 | 0 | 10000 | 100011100 | 110111 | 1000001 |
Color Harmonies of #BC73D6
Complementary color
Monochromatic Colors of #BC73D6
Black with #BC73D6
Text Example
Text Example
White with #BC73D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73D6; }
p { color: rgb(188,115,214); }
H1.HeaderClassName
{
color: #BC73D6;
}
.AnyTagClassName
{
color: #BC73D6;
}
</style>
background-color css
<style>
a { background-color: #BC73D6; }
a { background-color: rgb(188,115,214); }
div.DivClassName
{
background-color: #BC73D6;
}
.BgClassName
{
background-color: #BC73D6;
}
</style>
border-color css
<style>
span { border-color: #BC73D6; }
span { border-color: rgb(188,115,214); }
td.TdClassName
{
border-color: #BC73D6;
}
.TagClassName
{
border-color: #BC73D6;
}
</style>