Shades of Medium Orchid #BC3ED1
Tints of Medium Orchid #BC3ED1
RGB
CMYK
RGB Variations
Color information
#BC3ED1 (or 0xBC3ED1) is known color: Medium Orchid. HEX triplet: BC, 3E and D1. RGB value is (188,62,209). Sum of RGB (Red+Green+Blue) = 188+62+209=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC3ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ED1 is #43C12E. Grayscale: #737373. Windows color (decimal): -4440367 or 13713084. OLE color: 13713084.
HSL color Cylindrical-coordinate representation of color #BC3ED1: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3ED1 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 62 | 209 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.18 |
| HSL | 291.43º | 0.62% | 0.53% | - |
| HSV(B) | 291.43º | 0.7% | 0.82% | - |
| XYZ | 33.97 | 18.74 | 62.15 | - |
| YUV | 116.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 209 | 0.10 | 0.70 | 0 | 0.18 | 291.43 | 0.62 | 0.53 |
| Hex | BC | 3E | D1 | A | 46 | 0 | 12 | 123 | 3E | 35 |
| Octal | 274 | 76 | 321 | 12 | 106 | 0 | 22 | 443 | 76 | 65 |
| Binary | 10111100 | 111110 | 11010001 | 1010 | 1000110 | 0 | 10010 | 100100011 | 111110 | 110101 |
Color Harmonies of #BC3ED1
Complementary color
Monochromatic Colors of #BC3ED1
Black with #BC3ED1
Text Example
Text Example
White with #BC3ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ED1; }
p { color: rgb(188,62,209); }
H1.HeaderClassName
{
color: #BC3ED1;
}
.AnyTagClassName
{
color: #BC3ED1;
}
</style>
background-color css
<style>
a { background-color: #BC3ED1; }
a { background-color: rgb(188,62,209); }
div.DivClassName
{
background-color: #BC3ED1;
}
.BgClassName
{
background-color: #BC3ED1;
}
</style>
border-color css
<style>
span { border-color: #BC3ED1; }
span { border-color: rgb(188,62,209); }
td.TdClassName
{
border-color: #BC3ED1;
}
.TagClassName
{
border-color: #BC3ED1;
}
</style>