Shades of Medium Orchid #BC6DD0
Tints of Medium Orchid #BC6DD0
RGB
CMYK
RGB Variations
Color information
#BC6DD0 (or 0xBC6DD0) is known color: Medium Orchid. HEX triplet: BC, 6D and D0. RGB value is (188,109,208). Sum of RGB (Red+Green+Blue) = 188+109+208=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC6DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DD0 is #43922F. Grayscale: #8F8F8F. Windows color (decimal): -4428336 or 13659580. OLE color: 13659580.
HSL color Cylindrical-coordinate representation of color #BC6DD0: hue angle of 287.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC6DD0 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 109 | 208 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.18 |
| HSL | 287.88º | 0.51% | 0.62% | - |
| HSV(B) | 287.88º | 0.48% | 0.82% | - |
| XYZ | 37.59 | 26.18 | 62.75 | - |
| YUV | 143.91 | 164.17 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 208 | 0.10 | 0.48 | 0 | 0.18 | 287.88 | 0.51 | 0.62 |
| Hex | BC | 6D | D0 | A | 30 | 0 | 12 | 120 | 33 | 3E |
| Octal | 274 | 155 | 320 | 12 | 60 | 0 | 22 | 440 | 63 | 76 |
| Binary | 10111100 | 1101101 | 11010000 | 1010 | 110000 | 0 | 10010 | 100100000 | 110011 | 111110 |
Color Harmonies of #BC6DD0
Complementary color
Monochromatic Colors of #BC6DD0
Black with #BC6DD0
Text Example
Text Example
White with #BC6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DD0; }
p { color: rgb(188,109,208); }
H1.HeaderClassName
{
color: #BC6DD0;
}
.AnyTagClassName
{
color: #BC6DD0;
}
</style>
background-color css
<style>
a { background-color: #BC6DD0; }
a { background-color: rgb(188,109,208); }
div.DivClassName
{
background-color: #BC6DD0;
}
.BgClassName
{
background-color: #BC6DD0;
}
</style>
border-color css
<style>
span { border-color: #BC6DD0; }
span { border-color: rgb(188,109,208); }
td.TdClassName
{
border-color: #BC6DD0;
}
.TagClassName
{
border-color: #BC6DD0;
}
</style>