Shades of Medium Orchid #BC3BD8
Tints of Medium Orchid #BC3BD8
RGB
CMYK
RGB Variations
Color information
#BC3BD8 (or 0xBC3BD8) is known color: Medium Orchid. HEX triplet: BC, 3B and D8. RGB value is (188,59,216). Sum of RGB (Red+Green+Blue) = 188+59+216=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC3BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BD8 is #43C427. Grayscale: #727272. Windows color (decimal): -4441128 or 14171068. OLE color: 14171068.
HSL color Cylindrical-coordinate representation of color #BC3BD8: hue angle of 289.3º degrees, saturation: 0.67, 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 #BC3BD8 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 59 | 216 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.15 |
| HSL | 289.3º | 0.67% | 0.54% | - |
| HSV(B) | 289.3º | 0.73% | 0.85% | - |
| XYZ | 34.7 | 18.78 | 66.76 | - |
| YUV | 115.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 59 | 216 | 0.13 | 0.73 | 0 | 0.15 | 289.3 | 0.67 | 0.54 |
| Hex | BC | 3B | D8 | D | 49 | 0 | F | 121 | 43 | 36 |
| Octal | 274 | 73 | 330 | 15 | 111 | 0 | 17 | 441 | 103 | 66 |
| Binary | 10111100 | 111011 | 11011000 | 1101 | 1001001 | 0 | 1111 | 100100001 | 1000011 | 110110 |
Color Harmonies of #BC3BD8
Complementary color
Monochromatic Colors of #BC3BD8
Black with #BC3BD8
Text Example
Text Example
White with #BC3BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3BD8; }
p { color: rgb(188,59,216); }
H1.HeaderClassName
{
color: #BC3BD8;
}
.AnyTagClassName
{
color: #BC3BD8;
}
</style>
background-color css
<style>
a { background-color: #BC3BD8; }
a { background-color: rgb(188,59,216); }
div.DivClassName
{
background-color: #BC3BD8;
}
.BgClassName
{
background-color: #BC3BD8;
}
</style>
border-color css
<style>
span { border-color: #BC3BD8; }
span { border-color: rgb(188,59,216); }
td.TdClassName
{
border-color: #BC3BD8;
}
.TagClassName
{
border-color: #BC3BD8;
}
</style>