Shades of Medium Orchid #BC3ADB
Tints of Medium Orchid #BC3ADB
RGB
CMYK
RGB Variations
Color information
#BC3ADB (or 0xBC3ADB) is known color: Medium Orchid. HEX triplet: BC, 3A and DB. RGB value is (188,58,219). Sum of RGB (Red+Green+Blue) = 188+58+219=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 58 (23.05% from 255 or 12.47% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC3ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ADB is #43C524. Grayscale: #727272. Windows color (decimal): -4441381 or 14367420. OLE color: 14367420.
HSL color Cylindrical-coordinate representation of color #BC3ADB: hue angle of 288.45º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC3ADB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 58 | 219 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.14 |
| HSL | 288.45º | 0.69% | 0.54% | - |
| HSV(B) | 288.45º | 0.74% | 0.86% | - |
| XYZ | 35.04 | 18.83 | 68.81 | - |
| YUV | 115.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 219 | 0.14 | 0.74 | 0 | 0.14 | 288.45 | 0.69 | 0.54 |
| Hex | BC | 3A | DB | E | 4A | 0 | E | 120 | 45 | 36 |
| Octal | 274 | 72 | 333 | 16 | 112 | 0 | 16 | 440 | 105 | 66 |
| Binary | 10111100 | 111010 | 11011011 | 1110 | 1001010 | 0 | 1110 | 100100000 | 1000101 | 110110 |
Color Harmonies of #BC3ADB
Complementary color
Monochromatic Colors of #BC3ADB
Black with #BC3ADB
Text Example
Text Example
White with #BC3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ADB; }
p { color: rgb(188,58,219); }
H1.HeaderClassName
{
color: #BC3ADB;
}
.AnyTagClassName
{
color: #BC3ADB;
}
</style>
background-color css
<style>
a { background-color: #BC3ADB; }
a { background-color: rgb(188,58,219); }
div.DivClassName
{
background-color: #BC3ADB;
}
.BgClassName
{
background-color: #BC3ADB;
}
</style>
border-color css
<style>
span { border-color: #BC3ADB; }
span { border-color: rgb(188,58,219); }
td.TdClassName
{
border-color: #BC3ADB;
}
.TagClassName
{
border-color: #BC3ADB;
}
</style>