Shades of Medium Orchid #BC3EE0
Tints of Medium Orchid #BC3EE0
RGB
CMYK
RGB Variations
Color information
#BC3EE0 (or 0xBC3EE0) is known color: Medium Orchid. HEX triplet: BC, 3E and E0. RGB value is (188,62,224). Sum of RGB (Red+Green+Blue) = 188+62+224=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 62 (24.61% from 255 or 13.08% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC3EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3EE0 is #43C11F. Grayscale: #757575. Windows color (decimal): -4440352 or 14696124. OLE color: 14696124.
HSL color Cylindrical-coordinate representation of color #BC3EE0: hue angle of 286.67º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3EE0 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 62 | 224 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.12 |
| HSL | 286.67º | 0.72% | 0.56% | - |
| HSV(B) | 286.67º | 0.72% | 0.88% | - |
| XYZ | 35.92 | 19.52 | 72.4 | - |
| YUV | 118.14 | 187.74 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 62 | 224 | 0.16 | 0.72 | 0 | 0.12 | 286.67 | 0.72 | 0.56 |
| Hex | BC | 3E | E0 | 10 | 48 | 0 | C | 11F | 48 | 38 |
| Octal | 274 | 76 | 340 | 20 | 110 | 0 | 14 | 437 | 110 | 70 |
| Binary | 10111100 | 111110 | 11100000 | 10000 | 1001000 | 0 | 1100 | 100011111 | 1001000 | 111000 |
Color Harmonies of #BC3EE0
Complementary color
Monochromatic Colors of #BC3EE0
Black with #BC3EE0
Text Example
Text Example
White with #BC3EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC3EE0; }
p { color: rgb(188,62,224); }
H1.HeaderClassName
{
color: #BC3EE0;
}
.AnyTagClassName
{
color: #BC3EE0;
}
</style>
background-color css
<style>
a { background-color: #BC3EE0; }
a { background-color: rgb(188,62,224); }
div.DivClassName
{
background-color: #BC3EE0;
}
.BgClassName
{
background-color: #BC3EE0;
}
</style>
border-color css
<style>
span { border-color: #BC3EE0; }
span { border-color: rgb(188,62,224); }
td.TdClassName
{
border-color: #BC3EE0;
}
.TagClassName
{
border-color: #BC3EE0;
}
</style>