Shades of Medium Orchid #BC72D3
Tints of Medium Orchid #BC72D3
RGB
CMYK
RGB Variations
Color information
#BC72D3 (or 0xBC72D3) is known color: Medium Orchid. HEX triplet: BC, 72 and D3. RGB value is (188,114,211). Sum of RGB (Red+Green+Blue) = 188+114+211=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC72D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72D3 is #438D2C. Grayscale: #929292. Windows color (decimal): -4427053 or 13857468. OLE color: 13857468.
HSL color Cylindrical-coordinate representation of color #BC72D3: hue angle of 285.77º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC72D3 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 114 | 211 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.17 |
| HSL | 285.77º | 0.52% | 0.64% | - |
| HSV(B) | 285.77º | 0.46% | 0.83% | - |
| XYZ | 38.51 | 27.43 | 64.89 | - |
| YUV | 147.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 211 | 0.11 | 0.46 | 0 | 0.17 | 285.77 | 0.52 | 0.64 |
| Hex | BC | 72 | D3 | B | 2E | 0 | 11 | 11E | 34 | 40 |
| Octal | 274 | 162 | 323 | 13 | 56 | 0 | 21 | 436 | 64 | 100 |
| Binary | 10111100 | 1110010 | 11010011 | 1011 | 101110 | 0 | 10001 | 100011110 | 110100 | 1000000 |
Color Harmonies of #BC72D3
Complementary color
Monochromatic Colors of #BC72D3
Black with #BC72D3
Text Example
Text Example
White with #BC72D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72D3; }
p { color: rgb(188,114,211); }
H1.HeaderClassName
{
color: #BC72D3;
}
.AnyTagClassName
{
color: #BC72D3;
}
</style>
background-color css
<style>
a { background-color: #BC72D3; }
a { background-color: rgb(188,114,211); }
div.DivClassName
{
background-color: #BC72D3;
}
.BgClassName
{
background-color: #BC72D3;
}
</style>
border-color css
<style>
span { border-color: #BC72D3; }
span { border-color: rgb(188,114,211); }
td.TdClassName
{
border-color: #BC72D3;
}
.TagClassName
{
border-color: #BC72D3;
}
</style>