Shades of Medium Orchid #BC72D9
Tints of Medium Orchid #BC72D9
RGB
CMYK
RGB Variations
Color information
#BC72D9 (or 0xBC72D9) is known color: Medium Orchid. HEX triplet: BC, 72 and D9. RGB value is (188,114,217). Sum of RGB (Red+Green+Blue) = 188+114+217=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC72D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72D9 is #438D26. Grayscale: #939393. Windows color (decimal): -4427047 or 14250684. OLE color: 14250684.
HSL color Cylindrical-coordinate representation of color #BC72D9: hue angle of 283.11º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC72D9 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 114 | 217 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.15 |
| HSL | 283.11º | 0.58% | 0.65% | - |
| HSV(B) | 283.11º | 0.47% | 0.85% | - |
| XYZ | 39.28 | 27.74 | 68.93 | - |
| YUV | 147.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 217 | 0.13 | 0.47 | 0 | 0.15 | 283.11 | 0.58 | 0.65 |
| Hex | BC | 72 | D9 | D | 2F | 0 | F | 11B | 3A | 41 |
| Octal | 274 | 162 | 331 | 15 | 57 | 0 | 17 | 433 | 72 | 101 |
| Binary | 10111100 | 1110010 | 11011001 | 1101 | 101111 | 0 | 1111 | 100011011 | 111010 | 1000001 |
Color Harmonies of #BC72D9
Complementary color
Monochromatic Colors of #BC72D9
Black with #BC72D9
Text Example
Text Example
White with #BC72D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72D9; }
p { color: rgb(188,114,217); }
H1.HeaderClassName
{
color: #BC72D9;
}
.AnyTagClassName
{
color: #BC72D9;
}
</style>
background-color css
<style>
a { background-color: #BC72D9; }
a { background-color: rgb(188,114,217); }
div.DivClassName
{
background-color: #BC72D9;
}
.BgClassName
{
background-color: #BC72D9;
}
</style>
border-color css
<style>
span { border-color: #BC72D9; }
span { border-color: rgb(188,114,217); }
td.TdClassName
{
border-color: #BC72D9;
}
.TagClassName
{
border-color: #BC72D9;
}
</style>