Shades of Medium Orchid #BC73CD
Tints of Medium Orchid #BC73CD
RGB
CMYK
RGB Variations
Color information
#BC73CD (or 0xBC73CD) is known color: Medium Orchid. HEX triplet: BC, 73 and CD. RGB value is (188,115,205). Sum of RGB (Red+Green+Blue) = 188+115+205=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73CD is #438C32. Grayscale: #929292. Windows color (decimal): -4426803 or 13464508. OLE color: 13464508.
HSL color Cylindrical-coordinate representation of color #BC73CD: hue angle of 288.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC73CD is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 115 | 205 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.20 |
| HSL | 288.67º | 0.47% | 0.63% | - |
| HSV(B) | 288.67º | 0.44% | 0.8% | - |
| XYZ | 37.89 | 27.36 | 61.04 | - |
| YUV | 147.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 205 | 0.08 | 0.44 | 0 | 0.20 | 288.67 | 0.47 | 0.63 |
| Hex | BC | 73 | CD | 8 | 2C | 0 | 14 | 121 | 2F | 3F |
| Octal | 274 | 163 | 315 | 10 | 54 | 0 | 24 | 441 | 57 | 77 |
| Binary | 10111100 | 1110011 | 11001101 | 1000 | 101100 | 0 | 10100 | 100100001 | 101111 | 111111 |
Color Harmonies of #BC73CD
Complementary color
Monochromatic Colors of #BC73CD
Black with #BC73CD
Text Example
Text Example
White with #BC73CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73CD; }
p { color: rgb(188,115,205); }
H1.HeaderClassName
{
color: #BC73CD;
}
.AnyTagClassName
{
color: #BC73CD;
}
</style>
background-color css
<style>
a { background-color: #BC73CD; }
a { background-color: rgb(188,115,205); }
div.DivClassName
{
background-color: #BC73CD;
}
.BgClassName
{
background-color: #BC73CD;
}
</style>
border-color css
<style>
span { border-color: #BC73CD; }
span { border-color: rgb(188,115,205); }
td.TdClassName
{
border-color: #BC73CD;
}
.TagClassName
{
border-color: #BC73CD;
}
</style>