Shades of Medium Orchid #BC73CC
Tints of Medium Orchid #BC73CC
RGB
CMYK
RGB Variations
Color information
#BC73CC (or 0xBC73CC) is known color: Medium Orchid. HEX triplet: BC, 73 and CC. RGB value is (188,115,204). Sum of RGB (Red+Green+Blue) = 188+115+204=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC73CC is #438C33. Grayscale: #929292. Windows color (decimal): -4426804 or 13398972. OLE color: 13398972.
HSL color Cylindrical-coordinate representation of color #BC73CC: hue angle of 289.21º 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 #BC73CC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 115 | 204 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.2 |
| HSL | 289.21º | 0.47% | 0.63% | - |
| HSV(B) | 289.21º | 0.44% | 0.8% | - |
| XYZ | 37.77 | 27.31 | 60.41 | - |
| YUV | 146.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 204 | 0.08 | 0.44 | 0 | 0.2 | 289.21 | 0.47 | 0.63 |
| Hex | BC | 73 | CC | 8 | 2C | 0 | 14 | 121 | 2F | 3F |
| Octal | 274 | 163 | 314 | 10 | 54 | 0 | 24 | 441 | 57 | 77 |
| Binary | 10111100 | 1110011 | 11001100 | 1000 | 101100 | 0 | 10100 | 100100001 | 101111 | 111111 |
Color Harmonies of #BC73CC
Complementary color
Monochromatic Colors of #BC73CC
Black with #BC73CC
Text Example
Text Example
White with #BC73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC73CC; }
p { color: rgb(188,115,204); }
H1.HeaderClassName
{
color: #BC73CC;
}
.AnyTagClassName
{
color: #BC73CC;
}
</style>
background-color css
<style>
a { background-color: #BC73CC; }
a { background-color: rgb(188,115,204); }
div.DivClassName
{
background-color: #BC73CC;
}
.BgClassName
{
background-color: #BC73CC;
}
</style>
border-color css
<style>
span { border-color: #BC73CC; }
span { border-color: rgb(188,115,204); }
td.TdClassName
{
border-color: #BC73CC;
}
.TagClassName
{
border-color: #BC73CC;
}
</style>