Shades of Medium Orchid #BC72DA
Tints of Medium Orchid #BC72DA
RGB
CMYK
RGB Variations
Color information
#BC72DA (or 0xBC72DA) is known color: Medium Orchid. HEX triplet: BC, 72 and DA. RGB value is (188,114,218). Sum of RGB (Red+Green+Blue) = 188+114+218=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72DA is #438D25. Grayscale: #939393. Windows color (decimal): -4427046 or 14316220. OLE color: 14316220.
HSL color Cylindrical-coordinate representation of color #BC72DA: hue angle of 282.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC72DA is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 114 | 218 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.15 |
| HSL | 282.69º | 0.58% | 0.65% | - |
| HSV(B) | 282.69º | 0.48% | 0.85% | - |
| XYZ | 39.41 | 27.79 | 69.62 | - |
| YUV | 147.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 218 | 0.14 | 0.48 | 0 | 0.15 | 282.69 | 0.58 | 0.65 |
| Hex | BC | 72 | DA | E | 30 | 0 | F | 11B | 3A | 41 |
| Octal | 274 | 162 | 332 | 16 | 60 | 0 | 17 | 433 | 72 | 101 |
| Binary | 10111100 | 1110010 | 11011010 | 1110 | 110000 | 0 | 1111 | 100011011 | 111010 | 1000001 |
Color Harmonies of #BC72DA
Complementary color
Monochromatic Colors of #BC72DA
Black with #BC72DA
Text Example
Text Example
White with #BC72DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72DA; }
p { color: rgb(188,114,218); }
H1.HeaderClassName
{
color: #BC72DA;
}
.AnyTagClassName
{
color: #BC72DA;
}
</style>
background-color css
<style>
a { background-color: #BC72DA; }
a { background-color: rgb(188,114,218); }
div.DivClassName
{
background-color: #BC72DA;
}
.BgClassName
{
background-color: #BC72DA;
}
</style>
border-color css
<style>
span { border-color: #BC72DA; }
span { border-color: rgb(188,114,218); }
td.TdClassName
{
border-color: #BC72DA;
}
.TagClassName
{
border-color: #BC72DA;
}
</style>