Shades of Medium Orchid #BC3BDB
Tints of Medium Orchid #BC3BDB
RGB
CMYK
RGB Variations
Color information
#BC3BDB (or 0xBC3BDB) is known color: Medium Orchid. HEX triplet: BC, 3B and DB. RGB value is (188,59,219). Sum of RGB (Red+Green+Blue) = 188+59+219=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BDB is #43C424. Grayscale: #737373. Windows color (decimal): -4441125 or 14367676. OLE color: 14367676.
HSL color Cylindrical-coordinate representation of color #BC3BDB: hue angle of 288.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3BDB is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 59 | 219 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.14 |
| HSL | 288.38º | 0.69% | 0.55% | - |
| HSV(B) | 288.38º | 0.73% | 0.86% | - |
| XYZ | 35.09 | 18.93 | 68.82 | - |
| YUV | 115.81 | 186.24 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 219 | 0.14 | 0.73 | 0 | 0.14 | 288.38 | 0.69 | 0.55 |
| Hex | BC | 3B | DB | E | 49 | 0 | E | 120 | 45 | 37 |
| Octal | 274 | 73 | 333 | 16 | 111 | 0 | 16 | 440 | 105 | 67 |
| Binary | 10111100 | 111011 | 11011011 | 1110 | 1001001 | 0 | 1110 | 100100000 | 1000101 | 110111 |
Color Harmonies of #BC3BDB
Complementary color
Monochromatic Colors of #BC3BDB
Black with #BC3BDB
Text Example
Text Example
White with #BC3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BDB; }
p { color: rgb(188,59,219); }
H1.HeaderClassName
{
color: #BC3BDB;
}
.AnyTagClassName
{
color: #BC3BDB;
}
</style>
background-color css
<style>
a { background-color: #BC3BDB; }
a { background-color: rgb(188,59,219); }
div.DivClassName
{
background-color: #BC3BDB;
}
.BgClassName
{
background-color: #BC3BDB;
}
</style>
border-color css
<style>
span { border-color: #BC3BDB; }
span { border-color: rgb(188,59,219); }
td.TdClassName
{
border-color: #BC3BDB;
}
.TagClassName
{
border-color: #BC3BDB;
}
</style>