Shades of Medium Orchid #BC4EE3
Tints of Medium Orchid #BC4EE3
RGB
CMYK
RGB Variations
Color information
#BC4EE3 (or 0xBC4EE3) is known color: Medium Orchid. HEX triplet: BC, 4E and E3. RGB value is (188,78,227). Sum of RGB (Red+Green+Blue) = 188+78+227=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC4EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EE3 is #43B11C. Grayscale: #7F7F7F. Windows color (decimal): -4436253 or 14896828. OLE color: 14896828.
HSL color Cylindrical-coordinate representation of color #BC4EE3: hue angle of 284.3º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4EE3 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 78 | 227 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.11 |
| HSL | 284.3º | 0.73% | 0.6% | - |
| HSV(B) | 284.3º | 0.66% | 0.89% | - |
| XYZ | 37.33 | 21.69 | 74.89 | - |
| YUV | 127.88 | 183.94 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 227 | 0.17 | 0.66 | 0 | 0.11 | 284.3 | 0.73 | 0.6 |
| Hex | BC | 4E | E3 | 11 | 42 | 0 | B | 11C | 49 | 3C |
| Octal | 274 | 116 | 343 | 21 | 102 | 0 | 13 | 434 | 111 | 74 |
| Binary | 10111100 | 1001110 | 11100011 | 10001 | 1000010 | 0 | 1011 | 100011100 | 1001001 | 111100 |
Color Harmonies of #BC4EE3
Complementary color
Monochromatic Colors of #BC4EE3
Black with #BC4EE3
Text Example
Text Example
White with #BC4EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EE3; }
p { color: rgb(188,78,227); }
H1.HeaderClassName
{
color: #BC4EE3;
}
.AnyTagClassName
{
color: #BC4EE3;
}
</style>
background-color css
<style>
a { background-color: #BC4EE3; }
a { background-color: rgb(188,78,227); }
div.DivClassName
{
background-color: #BC4EE3;
}
.BgClassName
{
background-color: #BC4EE3;
}
</style>
border-color css
<style>
span { border-color: #BC4EE3; }
span { border-color: rgb(188,78,227); }
td.TdClassName
{
border-color: #BC4EE3;
}
.TagClassName
{
border-color: #BC4EE3;
}
</style>