Shades of Medium Orchid #BC3ED0
Tints of Medium Orchid #BC3ED0
RGB
CMYK
RGB Variations
Color information
#BC3ED0 (or 0xBC3ED0) is known color: Medium Orchid. HEX triplet: BC, 3E and D0. RGB value is (188,62,208). Sum of RGB (Red+Green+Blue) = 188+62+208=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC3ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ED0 is #43C12F. Grayscale: #737373. Windows color (decimal): -4440368 or 13647548. OLE color: 13647548.
HSL color Cylindrical-coordinate representation of color #BC3ED0: hue angle of 291.78º degrees, saturation: 0.61, 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 #BC3ED0 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 62 | 208 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.18 |
| HSL | 291.78º | 0.61% | 0.53% | - |
| HSV(B) | 291.78º | 0.7% | 0.82% | - |
| XYZ | 33.85 | 18.69 | 61.5 | - |
| YUV | 116.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 208 | 0.10 | 0.70 | 0 | 0.18 | 291.78 | 0.61 | 0.53 |
| Hex | BC | 3E | D0 | A | 46 | 0 | 12 | 124 | 3D | 35 |
| Octal | 274 | 76 | 320 | 12 | 106 | 0 | 22 | 444 | 75 | 65 |
| Binary | 10111100 | 111110 | 11010000 | 1010 | 1000110 | 0 | 10010 | 100100100 | 111101 | 110101 |
Color Harmonies of #BC3ED0
Complementary color
Monochromatic Colors of #BC3ED0
Black with #BC3ED0
Text Example
Text Example
White with #BC3ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3ED0; }
p { color: rgb(188,62,208); }
H1.HeaderClassName
{
color: #BC3ED0;
}
.AnyTagClassName
{
color: #BC3ED0;
}
</style>
background-color css
<style>
a { background-color: #BC3ED0; }
a { background-color: rgb(188,62,208); }
div.DivClassName
{
background-color: #BC3ED0;
}
.BgClassName
{
background-color: #BC3ED0;
}
</style>
border-color css
<style>
span { border-color: #BC3ED0; }
span { border-color: rgb(188,62,208); }
td.TdClassName
{
border-color: #BC3ED0;
}
.TagClassName
{
border-color: #BC3ED0;
}
</style>