Shades of Medium Orchid #BC72D0
Tints of Medium Orchid #BC72D0
RGB
CMYK
RGB Variations
Color information
#BC72D0 (or 0xBC72D0) is known color: Medium Orchid. HEX triplet: BC, 72 and D0. RGB value is (188,114,208). Sum of RGB (Red+Green+Blue) = 188+114+208=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC72D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72D0 is #438D2F. Grayscale: #929292. Windows color (decimal): -4427056 or 13660860. OLE color: 13660860.
HSL color Cylindrical-coordinate representation of color #BC72D0: hue angle of 287.23º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC72D0 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 114 | 208 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.18 |
| HSL | 287.23º | 0.5% | 0.63% | - |
| HSV(B) | 287.23º | 0.45% | 0.82% | - |
| XYZ | 38.14 | 27.28 | 62.93 | - |
| YUV | 146.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 208 | 0.10 | 0.45 | 0 | 0.18 | 287.23 | 0.5 | 0.63 |
| Hex | BC | 72 | D0 | A | 2D | 0 | 12 | 11F | 32 | 3F |
| Octal | 274 | 162 | 320 | 12 | 55 | 0 | 22 | 437 | 62 | 77 |
| Binary | 10111100 | 1110010 | 11010000 | 1010 | 101101 | 0 | 10010 | 100011111 | 110010 | 111111 |
Color Harmonies of #BC72D0
Complementary color
Monochromatic Colors of #BC72D0
Black with #BC72D0
Text Example
Text Example
White with #BC72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72D0; }
p { color: rgb(188,114,208); }
H1.HeaderClassName
{
color: #BC72D0;
}
.AnyTagClassName
{
color: #BC72D0;
}
</style>
background-color css
<style>
a { background-color: #BC72D0; }
a { background-color: rgb(188,114,208); }
div.DivClassName
{
background-color: #BC72D0;
}
.BgClassName
{
background-color: #BC72D0;
}
</style>
border-color css
<style>
span { border-color: #BC72D0; }
span { border-color: rgb(188,114,208); }
td.TdClassName
{
border-color: #BC72D0;
}
.TagClassName
{
border-color: #BC72D0;
}
</style>