Shades of Medium Orchid #BC4EDA
Tints of Medium Orchid #BC4EDA
RGB
CMYK
RGB Variations
Color information
#BC4EDA (or 0xBC4EDA) is known color: Medium Orchid. HEX triplet: BC, 4E and DA. RGB value is (188,78,218). Sum of RGB (Red+Green+Blue) = 188+78+218=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EDA is #43B125. Grayscale: #7E7E7E. Windows color (decimal): -4436262 or 14307004. OLE color: 14307004.
HSL color Cylindrical-coordinate representation of color #BC4EDA: hue angle of 287.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4EDA is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 78 | 218 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.15 |
| HSL | 287.14º | 0.65% | 0.58% | - |
| HSV(B) | 287.14º | 0.64% | 0.85% | - |
| XYZ | 36.12 | 21.2 | 68.52 | - |
| YUV | 126.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 218 | 0.14 | 0.64 | 0 | 0.15 | 287.14 | 0.65 | 0.58 |
| Hex | BC | 4E | DA | E | 40 | 0 | F | 11F | 41 | 3A |
| Octal | 274 | 116 | 332 | 16 | 100 | 0 | 17 | 437 | 101 | 72 |
| Binary | 10111100 | 1001110 | 11011010 | 1110 | 1000000 | 0 | 1111 | 100011111 | 1000001 | 111010 |
Color Harmonies of #BC4EDA
Complementary color
Monochromatic Colors of #BC4EDA
Black with #BC4EDA
Text Example
Text Example
White with #BC4EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EDA; }
p { color: rgb(188,78,218); }
H1.HeaderClassName
{
color: #BC4EDA;
}
.AnyTagClassName
{
color: #BC4EDA;
}
</style>
background-color css
<style>
a { background-color: #BC4EDA; }
a { background-color: rgb(188,78,218); }
div.DivClassName
{
background-color: #BC4EDA;
}
.BgClassName
{
background-color: #BC4EDA;
}
</style>
border-color css
<style>
span { border-color: #BC4EDA; }
span { border-color: rgb(188,78,218); }
td.TdClassName
{
border-color: #BC4EDA;
}
.TagClassName
{
border-color: #BC4EDA;
}
</style>