Shades of Medium Orchid #BC73CE
Tints of Medium Orchid #BC73CE
RGB
CMYK
RGB Variations
Color information
#BC73CE (or 0xBC73CE) is known color: Medium Orchid. HEX triplet: BC, 73 and CE. RGB value is (188,115,206). Sum of RGB (Red+Green+Blue) = 188+115+206=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC73CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73CE is #438C31. Grayscale: #929292. Windows color (decimal): -4426802 or 13530044. OLE color: 13530044.
HSL color Cylindrical-coordinate representation of color #BC73CE: hue angle of 288.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC73CE is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 115 | 206 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.19 |
| HSL | 288.13º | 0.48% | 0.63% | - |
| HSV(B) | 288.13º | 0.44% | 0.81% | - |
| XYZ | 38.01 | 27.41 | 61.68 | - |
| YUV | 147.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 206 | 0.09 | 0.44 | 0 | 0.19 | 288.13 | 0.48 | 0.63 |
| Hex | BC | 73 | CE | 9 | 2C | 0 | 13 | 120 | 30 | 3F |
| Octal | 274 | 163 | 316 | 11 | 54 | 0 | 23 | 440 | 60 | 77 |
| Binary | 10111100 | 1110011 | 11001110 | 1001 | 101100 | 0 | 10011 | 100100000 | 110000 | 111111 |
Color Harmonies of #BC73CE
Complementary color
Monochromatic Colors of #BC73CE
Black with #BC73CE
Text Example
Text Example
White with #BC73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73CE; }
p { color: rgb(188,115,206); }
H1.HeaderClassName
{
color: #BC73CE;
}
.AnyTagClassName
{
color: #BC73CE;
}
</style>
background-color css
<style>
a { background-color: #BC73CE; }
a { background-color: rgb(188,115,206); }
div.DivClassName
{
background-color: #BC73CE;
}
.BgClassName
{
background-color: #BC73CE;
}
</style>
border-color css
<style>
span { border-color: #BC73CE; }
span { border-color: rgb(188,115,206); }
td.TdClassName
{
border-color: #BC73CE;
}
.TagClassName
{
border-color: #BC73CE;
}
</style>