Shades of Medium Orchid #BC6FDB
Tints of Medium Orchid #BC6FDB
RGB
CMYK
RGB Variations
Color information
#BC6FDB (or 0xBC6FDB) is known color: Medium Orchid. HEX triplet: BC, 6F and DB. RGB value is (188,111,219). Sum of RGB (Red+Green+Blue) = 188+111+219=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FDB is #439024. Grayscale: #919191. Windows color (decimal): -4427813 or 14380988. OLE color: 14380988.
HSL color Cylindrical-coordinate representation of color #BC6FDB: hue angle of 282.78º degrees, saturation: 0.6, 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 #BC6FDB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 111 | 219 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.14 |
| HSL | 282.78º | 0.6% | 0.65% | - |
| HSV(B) | 282.78º | 0.49% | 0.86% | - |
| XYZ | 39.21 | 27.17 | 70.2 | - |
| YUV | 146.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 219 | 0.14 | 0.49 | 0 | 0.14 | 282.78 | 0.6 | 0.65 |
| Hex | BC | 6F | DB | E | 31 | 0 | E | 11B | 3C | 41 |
| Octal | 274 | 157 | 333 | 16 | 61 | 0 | 16 | 433 | 74 | 101 |
| Binary | 10111100 | 1101111 | 11011011 | 1110 | 110001 | 0 | 1110 | 100011011 | 111100 | 1000001 |
Color Harmonies of #BC6FDB
Complementary color
Monochromatic Colors of #BC6FDB
Black with #BC6FDB
Text Example
Text Example
White with #BC6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6FDB; }
p { color: rgb(188,111,219); }
H1.HeaderClassName
{
color: #BC6FDB;
}
.AnyTagClassName
{
color: #BC6FDB;
}
</style>
background-color css
<style>
a { background-color: #BC6FDB; }
a { background-color: rgb(188,111,219); }
div.DivClassName
{
background-color: #BC6FDB;
}
.BgClassName
{
background-color: #BC6FDB;
}
</style>
border-color css
<style>
span { border-color: #BC6FDB; }
span { border-color: rgb(188,111,219); }
td.TdClassName
{
border-color: #BC6FDB;
}
.TagClassName
{
border-color: #BC6FDB;
}
</style>