Shades of Medium Orchid #BC6BDB
Tints of Medium Orchid #BC6BDB
RGB
CMYK
RGB Variations
Color information
#BC6BDB (or 0xBC6BDB) is known color: Medium Orchid. HEX triplet: BC, 6B and DB. RGB value is (188,107,219). Sum of RGB (Red+Green+Blue) = 188+107+219=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BDB is #439424. Grayscale: #8F8F8F. Windows color (decimal): -4428837 or 14379964. OLE color: 14379964.
HSL color Cylindrical-coordinate representation of color #BC6BDB: hue angle of 283.39º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6BDB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 107 | 219 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.14 |
| HSL | 283.39º | 0.61% | 0.64% | - |
| HSV(B) | 283.39º | 0.51% | 0.86% | - |
| XYZ | 38.78 | 26.32 | 70.05 | - |
| YUV | 143.99 | 170.34 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 219 | 0.14 | 0.51 | 0 | 0.14 | 283.39 | 0.61 | 0.64 |
| Hex | BC | 6B | DB | E | 33 | 0 | E | 11B | 3D | 40 |
| Octal | 274 | 153 | 333 | 16 | 63 | 0 | 16 | 433 | 75 | 100 |
| Binary | 10111100 | 1101011 | 11011011 | 1110 | 110011 | 0 | 1110 | 100011011 | 111101 | 1000000 |
Color Harmonies of #BC6BDB
Complementary color
Monochromatic Colors of #BC6BDB
Black with #BC6BDB
Text Example
Text Example
White with #BC6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6BDB; }
p { color: rgb(188,107,219); }
H1.HeaderClassName
{
color: #BC6BDB;
}
.AnyTagClassName
{
color: #BC6BDB;
}
</style>
background-color css
<style>
a { background-color: #BC6BDB; }
a { background-color: rgb(188,107,219); }
div.DivClassName
{
background-color: #BC6BDB;
}
.BgClassName
{
background-color: #BC6BDB;
}
</style>
border-color css
<style>
span { border-color: #BC6BDB; }
span { border-color: rgb(188,107,219); }
td.TdClassName
{
border-color: #BC6BDB;
}
.TagClassName
{
border-color: #BC6BDB;
}
</style>