Shades of Medium Orchid #BC70DC
Tints of Medium Orchid #BC70DC
RGB
CMYK
RGB Variations
Color information
#BC70DC (or 0xBC70DC) is known color: Medium Orchid. HEX triplet: BC, 70 and DC. RGB value is (188,112,220). Sum of RGB (Red+Green+Blue) = 188+112+220=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC70DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70DC is #438F23. Grayscale: #929292. Windows color (decimal): -4427556 or 14446780. OLE color: 14446780.
HSL color Cylindrical-coordinate representation of color #BC70DC: hue angle of 282.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC70DC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 112 | 220 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.14 |
| HSL | 282.22º | 0.61% | 0.65% | - |
| HSV(B) | 282.22º | 0.49% | 0.86% | - |
| XYZ | 39.45 | 27.45 | 70.93 | - |
| YUV | 147.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 220 | 0.15 | 0.49 | 0 | 0.14 | 282.22 | 0.61 | 0.65 |
| Hex | BC | 70 | DC | F | 31 | 0 | E | 11A | 3D | 41 |
| Octal | 274 | 160 | 334 | 17 | 61 | 0 | 16 | 432 | 75 | 101 |
| Binary | 10111100 | 1110000 | 11011100 | 1111 | 110001 | 0 | 1110 | 100011010 | 111101 | 1000001 |
Color Harmonies of #BC70DC
Complementary color
Monochromatic Colors of #BC70DC
Black with #BC70DC
Text Example
Text Example
White with #BC70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC70DC; }
p { color: rgb(188,112,220); }
H1.HeaderClassName
{
color: #BC70DC;
}
.AnyTagClassName
{
color: #BC70DC;
}
</style>
background-color css
<style>
a { background-color: #BC70DC; }
a { background-color: rgb(188,112,220); }
div.DivClassName
{
background-color: #BC70DC;
}
.BgClassName
{
background-color: #BC70DC;
}
</style>
border-color css
<style>
span { border-color: #BC70DC; }
span { border-color: rgb(188,112,220); }
td.TdClassName
{
border-color: #BC70DC;
}
.TagClassName
{
border-color: #BC70DC;
}
</style>