Shades of Medium Orchid #BC3EE3
Tints of Medium Orchid #BC3EE3
RGB
CMYK
RGB Variations
Color information
#BC3EE3 (or 0xBC3EE3) is known color: Medium Orchid. HEX triplet: BC, 3E and E3. RGB value is (188,62,227). Sum of RGB (Red+Green+Blue) = 188+62+227=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 227 (89.06% from 255 or 47.59% from 477); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC3EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EE3 is #43C11C. Grayscale: #757575. Windows color (decimal): -4440349 or 14892732. OLE color: 14892732.
HSL color Cylindrical-coordinate representation of color #BC3EE3: hue angle of 285.82º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3EE3 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 62 | 227 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.11 |
| HSL | 285.82º | 0.75% | 0.57% | - |
| HSV(B) | 285.82º | 0.73% | 0.89% | - |
| XYZ | 36.33 | 19.68 | 74.56 | - |
| YUV | 118.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 227 | 0.17 | 0.73 | 0 | 0.11 | 285.82 | 0.75 | 0.57 |
| Hex | BC | 3E | E3 | 11 | 49 | 0 | B | 11E | 4B | 39 |
| Octal | 274 | 76 | 343 | 21 | 111 | 0 | 13 | 436 | 113 | 71 |
| Binary | 10111100 | 111110 | 11100011 | 10001 | 1001001 | 0 | 1011 | 100011110 | 1001011 | 111001 |
Color Harmonies of #BC3EE3
Complementary color
Monochromatic Colors of #BC3EE3
Black with #BC3EE3
Text Example
Text Example
White with #BC3EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EE3; }
p { color: rgb(188,62,227); }
H1.HeaderClassName
{
color: #BC3EE3;
}
.AnyTagClassName
{
color: #BC3EE3;
}
</style>
background-color css
<style>
a { background-color: #BC3EE3; }
a { background-color: rgb(188,62,227); }
div.DivClassName
{
background-color: #BC3EE3;
}
.BgClassName
{
background-color: #BC3EE3;
}
</style>
border-color css
<style>
span { border-color: #BC3EE3; }
span { border-color: rgb(188,62,227); }
td.TdClassName
{
border-color: #BC3EE3;
}
.TagClassName
{
border-color: #BC3EE3;
}
</style>