Shades of Medium Orchid #BC5ADB
Tints of Medium Orchid #BC5ADB
RGB
CMYK
RGB Variations
Color information
#BC5ADB (or 0xBC5ADB) is known color: Medium Orchid. HEX triplet: BC, 5A and DB. RGB value is (188,90,219). Sum of RGB (Red+Green+Blue) = 188+90+219=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ADB is #43A524. Grayscale: #858585. Windows color (decimal): -4433189 or 14375612. OLE color: 14375612.
HSL color Cylindrical-coordinate representation of color #BC5ADB: hue angle of 285.58º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5ADB is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 90 | 219 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.14 |
| HSL | 285.58º | 0.64% | 0.61% | - |
| HSV(B) | 285.58º | 0.59% | 0.86% | - |
| XYZ | 37.18 | 23.12 | 69.52 | - |
| YUV | 134.01 | 175.97 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 219 | 0.14 | 0.59 | 0 | 0.14 | 285.58 | 0.64 | 0.61 |
| Hex | BC | 5A | DB | E | 3B | 0 | E | 11E | 40 | 3D |
| Octal | 274 | 132 | 333 | 16 | 73 | 0 | 16 | 436 | 100 | 75 |
| Binary | 10111100 | 1011010 | 11011011 | 1110 | 111011 | 0 | 1110 | 100011110 | 1000000 | 111101 |
Color Harmonies of #BC5ADB
Complementary color
Monochromatic Colors of #BC5ADB
Black with #BC5ADB
Text Example
Text Example
White with #BC5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5ADB; }
p { color: rgb(188,90,219); }
H1.HeaderClassName
{
color: #BC5ADB;
}
.AnyTagClassName
{
color: #BC5ADB;
}
</style>
background-color css
<style>
a { background-color: #BC5ADB; }
a { background-color: rgb(188,90,219); }
div.DivClassName
{
background-color: #BC5ADB;
}
.BgClassName
{
background-color: #BC5ADB;
}
</style>
border-color css
<style>
span { border-color: #BC5ADB; }
span { border-color: rgb(188,90,219); }
td.TdClassName
{
border-color: #BC5ADB;
}
.TagClassName
{
border-color: #BC5ADB;
}
</style>