Shades of Medium Orchid #BC3ED5
Tints of Medium Orchid #BC3ED5
RGB
CMYK
RGB Variations
Color information
#BC3ED5 (or 0xBC3ED5) is known color: Medium Orchid. HEX triplet: BC, 3E and D5. RGB value is (188,62,213). Sum of RGB (Red+Green+Blue) = 188+62+213=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC3ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ED5 is #43C12A. Grayscale: #747474. Windows color (decimal): -4440363 or 13975228. OLE color: 13975228.
HSL color Cylindrical-coordinate representation of color #BC3ED5: hue angle of 290.07º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC3ED5 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 62 | 213 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.16 |
| HSL | 290.07º | 0.64% | 0.54% | - |
| HSV(B) | 290.07º | 0.71% | 0.84% | - |
| XYZ | 34.47 | 18.94 | 64.79 | - |
| YUV | 116.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 213 | 0.12 | 0.71 | 0 | 0.16 | 290.07 | 0.64 | 0.54 |
| Hex | BC | 3E | D5 | C | 47 | 0 | 10 | 122 | 40 | 36 |
| Octal | 274 | 76 | 325 | 14 | 107 | 0 | 20 | 442 | 100 | 66 |
| Binary | 10111100 | 111110 | 11010101 | 1100 | 1000111 | 0 | 10000 | 100100010 | 1000000 | 110110 |
Color Harmonies of #BC3ED5
Complementary color
Monochromatic Colors of #BC3ED5
Black with #BC3ED5
Text Example
Text Example
White with #BC3ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ED5; }
p { color: rgb(188,62,213); }
H1.HeaderClassName
{
color: #BC3ED5;
}
.AnyTagClassName
{
color: #BC3ED5;
}
</style>
background-color css
<style>
a { background-color: #BC3ED5; }
a { background-color: rgb(188,62,213); }
div.DivClassName
{
background-color: #BC3ED5;
}
.BgClassName
{
background-color: #BC3ED5;
}
</style>
border-color css
<style>
span { border-color: #BC3ED5; }
span { border-color: rgb(188,62,213); }
td.TdClassName
{
border-color: #BC3ED5;
}
.TagClassName
{
border-color: #BC3ED5;
}
</style>