Shades of Medium Orchid #BC6ADB
Tints of Medium Orchid #BC6ADB
RGB
CMYK
RGB Variations
Color information
#BC6ADB (or 0xBC6ADB) is known color: Medium Orchid. HEX triplet: BC, 6A and DB. RGB value is (188,106,219). Sum of RGB (Red+Green+Blue) = 188+106+219=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6ADB is #439524. Grayscale: #8F8F8F. Windows color (decimal): -4429093 or 14379708. OLE color: 14379708.
HSL color Cylindrical-coordinate representation of color #BC6ADB: hue angle of 283.54º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6ADB is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 106 | 219 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.14 |
| HSL | 283.54º | 0.61% | 0.64% | - |
| HSV(B) | 283.54º | 0.52% | 0.86% | - |
| XYZ | 38.68 | 26.11 | 70.02 | - |
| YUV | 143.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 219 | 0.14 | 0.52 | 0 | 0.14 | 283.54 | 0.61 | 0.64 |
| Hex | BC | 6A | DB | E | 34 | 0 | E | 11C | 3D | 40 |
| Octal | 274 | 152 | 333 | 16 | 64 | 0 | 16 | 434 | 75 | 100 |
| Binary | 10111100 | 1101010 | 11011011 | 1110 | 110100 | 0 | 1110 | 100011100 | 111101 | 1000000 |
Color Harmonies of #BC6ADB
Complementary color
Monochromatic Colors of #BC6ADB
Black with #BC6ADB
Text Example
Text Example
White with #BC6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6ADB; }
p { color: rgb(188,106,219); }
H1.HeaderClassName
{
color: #BC6ADB;
}
.AnyTagClassName
{
color: #BC6ADB;
}
</style>
background-color css
<style>
a { background-color: #BC6ADB; }
a { background-color: rgb(188,106,219); }
div.DivClassName
{
background-color: #BC6ADB;
}
.BgClassName
{
background-color: #BC6ADB;
}
</style>
border-color css
<style>
span { border-color: #BC6ADB; }
span { border-color: rgb(188,106,219); }
td.TdClassName
{
border-color: #BC6ADB;
}
.TagClassName
{
border-color: #BC6ADB;
}
</style>