Shades of Medium Orchid #BC5ADD
Tints of Medium Orchid #BC5ADD
RGB
CMYK
RGB Variations
Color information
#BC5ADD (or 0xBC5ADD) is known color: Medium Orchid. HEX triplet: BC, 5A and DD. RGB value is (188,90,221). Sum of RGB (Red+Green+Blue) = 188+90+221=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ADD is #43A522. Grayscale: #858585. Windows color (decimal): -4433187 or 14506684. OLE color: 14506684.
HSL color Cylindrical-coordinate representation of color #BC5ADD: hue angle of 284.89º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5ADD is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 90 | 221 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.13 |
| HSL | 284.89º | 0.66% | 0.61% | - |
| HSV(B) | 284.89º | 0.59% | 0.87% | - |
| XYZ | 37.45 | 23.22 | 70.92 | - |
| YUV | 134.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 90 | 221 | 0.15 | 0.59 | 0 | 0.13 | 284.89 | 0.66 | 0.61 |
| Hex | BC | 5A | DD | F | 3B | 0 | D | 11D | 42 | 3D |
| Octal | 274 | 132 | 335 | 17 | 73 | 0 | 15 | 435 | 102 | 75 |
| Binary | 10111100 | 1011010 | 11011101 | 1111 | 111011 | 0 | 1101 | 100011101 | 1000010 | 111101 |
Color Harmonies of #BC5ADD
Complementary color
Monochromatic Colors of #BC5ADD
Black with #BC5ADD
Text Example
Text Example
White with #BC5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5ADD; }
p { color: rgb(188,90,221); }
H1.HeaderClassName
{
color: #BC5ADD;
}
.AnyTagClassName
{
color: #BC5ADD;
}
</style>
background-color css
<style>
a { background-color: #BC5ADD; }
a { background-color: rgb(188,90,221); }
div.DivClassName
{
background-color: #BC5ADD;
}
.BgClassName
{
background-color: #BC5ADD;
}
</style>
border-color css
<style>
span { border-color: #BC5ADD; }
span { border-color: rgb(188,90,221); }
td.TdClassName
{
border-color: #BC5ADD;
}
.TagClassName
{
border-color: #BC5ADD;
}
</style>