Shades of Medium Orchid #BC3AD9
Tints of Medium Orchid #BC3AD9
RGB
CMYK
RGB Variations
Color information
#BC3AD9 (or 0xBC3AD9) is known color: Medium Orchid. HEX triplet: BC, 3A and D9. RGB value is (188,58,217). Sum of RGB (Red+Green+Blue) = 188+58+217=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC3AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3AD9 is #43C526. Grayscale: #727272. Windows color (decimal): -4441383 or 14236348. OLE color: 14236348.
HSL color Cylindrical-coordinate representation of color #BC3AD9: hue angle of 289.06º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3AD9 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 58 | 217 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.15 |
| HSL | 289.06º | 0.68% | 0.54% | - |
| HSV(B) | 289.06º | 0.73% | 0.85% | - |
| XYZ | 34.78 | 18.73 | 67.43 | - |
| YUV | 115 | 185.57 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 58 | 217 | 0.13 | 0.73 | 0 | 0.15 | 289.06 | 0.68 | 0.54 |
| Hex | BC | 3A | D9 | D | 49 | 0 | F | 121 | 44 | 36 |
| Octal | 274 | 72 | 331 | 15 | 111 | 0 | 17 | 441 | 104 | 66 |
| Binary | 10111100 | 111010 | 11011001 | 1101 | 1001001 | 0 | 1111 | 100100001 | 1000100 | 110110 |
Color Harmonies of #BC3AD9
Complementary color
Monochromatic Colors of #BC3AD9
Black with #BC3AD9
Text Example
Text Example
White with #BC3AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3AD9; }
p { color: rgb(188,58,217); }
H1.HeaderClassName
{
color: #BC3AD9;
}
.AnyTagClassName
{
color: #BC3AD9;
}
</style>
background-color css
<style>
a { background-color: #BC3AD9; }
a { background-color: rgb(188,58,217); }
div.DivClassName
{
background-color: #BC3AD9;
}
.BgClassName
{
background-color: #BC3AD9;
}
</style>
border-color css
<style>
span { border-color: #BC3AD9; }
span { border-color: rgb(188,58,217); }
td.TdClassName
{
border-color: #BC3AD9;
}
.TagClassName
{
border-color: #BC3AD9;
}
</style>