Shades of Medium Orchid #BC6DD7
Tints of Medium Orchid #BC6DD7
RGB
CMYK
RGB Variations
Color information
#BC6DD7 (or 0xBC6DD7) is known color: Medium Orchid. HEX triplet: BC, 6D and D7. RGB value is (188,109,215). Sum of RGB (Red+Green+Blue) = 188+109+215=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC6DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6DD7 is #439228. Grayscale: #909090. Windows color (decimal): -4428329 or 14118332. OLE color: 14118332.
HSL color Cylindrical-coordinate representation of color #BC6DD7: hue angle of 284.72º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6DD7 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 109 | 215 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.16 |
| HSL | 284.72º | 0.57% | 0.64% | - |
| HSV(B) | 284.72º | 0.49% | 0.84% | - |
| XYZ | 38.47 | 26.53 | 67.38 | - |
| YUV | 144.71 | 167.67 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 215 | 0.13 | 0.49 | 0 | 0.16 | 284.72 | 0.57 | 0.64 |
| Hex | BC | 6D | D7 | D | 31 | 0 | 10 | 11D | 39 | 40 |
| Octal | 274 | 155 | 327 | 15 | 61 | 0 | 20 | 435 | 71 | 100 |
| Binary | 10111100 | 1101101 | 11010111 | 1101 | 110001 | 0 | 10000 | 100011101 | 111001 | 1000000 |
Color Harmonies of #BC6DD7
Complementary color
Monochromatic Colors of #BC6DD7
Black with #BC6DD7
Text Example
Text Example
White with #BC6DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6DD7; }
p { color: rgb(188,109,215); }
H1.HeaderClassName
{
color: #BC6DD7;
}
.AnyTagClassName
{
color: #BC6DD7;
}
</style>
background-color css
<style>
a { background-color: #BC6DD7; }
a { background-color: rgb(188,109,215); }
div.DivClassName
{
background-color: #BC6DD7;
}
.BgClassName
{
background-color: #BC6DD7;
}
</style>
border-color css
<style>
span { border-color: #BC6DD7; }
span { border-color: rgb(188,109,215); }
td.TdClassName
{
border-color: #BC6DD7;
}
.TagClassName
{
border-color: #BC6DD7;
}
</style>