Shades of Medium Orchid #BC6FDD
Tints of Medium Orchid #BC6FDD
RGB
CMYK
RGB Variations
Color information
#BC6FDD (or 0xBC6FDD) is known color: Medium Orchid. HEX triplet: BC, 6F and DD. RGB value is (188,111,221). Sum of RGB (Red+Green+Blue) = 188+111+221=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 111 (43.75% from 255 or 21.35% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FDD is #439022. Grayscale: #929292. Windows color (decimal): -4427811 or 14512060. OLE color: 14512060.
HSL color Cylindrical-coordinate representation of color #BC6FDD: hue angle of 282º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6FDD is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 111 | 221 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.13 |
| HSL | 282º | 0.62% | 0.65% | - |
| HSV(B) | 282º | 0.5% | 0.87% | - |
| XYZ | 39.47 | 27.28 | 71.59 | - |
| YUV | 146.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 221 | 0.15 | 0.50 | 0 | 0.13 | 282 | 0.62 | 0.65 |
| Hex | BC | 6F | DD | F | 32 | 0 | D | 11A | 3E | 41 |
| Octal | 274 | 157 | 335 | 17 | 62 | 0 | 15 | 432 | 76 | 101 |
| Binary | 10111100 | 1101111 | 11011101 | 1111 | 110010 | 0 | 1101 | 100011010 | 111110 | 1000001 |
Color Harmonies of #BC6FDD
Complementary color
Monochromatic Colors of #BC6FDD
Black with #BC6FDD
Text Example
Text Example
White with #BC6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FDD; }
p { color: rgb(188,111,221); }
H1.HeaderClassName
{
color: #BC6FDD;
}
.AnyTagClassName
{
color: #BC6FDD;
}
</style>
background-color css
<style>
a { background-color: #BC6FDD; }
a { background-color: rgb(188,111,221); }
div.DivClassName
{
background-color: #BC6FDD;
}
.BgClassName
{
background-color: #BC6FDD;
}
</style>
border-color css
<style>
span { border-color: #BC6FDD; }
span { border-color: rgb(188,111,221); }
td.TdClassName
{
border-color: #BC6FDD;
}
.TagClassName
{
border-color: #BC6FDD;
}
</style>