Shades of Medium Orchid #BC4EDC
Tints of Medium Orchid #BC4EDC
RGB
CMYK
RGB Variations
Color information
#BC4EDC (or 0xBC4EDC) is known color: Medium Orchid. HEX triplet: BC, 4E and DC. RGB value is (188,78,220). Sum of RGB (Red+Green+Blue) = 188+78+220=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 78 (30.86% from 255 or 16.05% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EDC is #43B123. Grayscale: #7E7E7E. Windows color (decimal): -4436260 or 14438076. OLE color: 14438076.
HSL color Cylindrical-coordinate representation of color #BC4EDC: hue angle of 286.48º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4EDC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 78 | 220 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.14 |
| HSL | 286.48º | 0.67% | 0.58% | - |
| HSV(B) | 286.48º | 0.65% | 0.86% | - |
| XYZ | 36.38 | 21.31 | 69.91 | - |
| YUV | 127.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 220 | 0.15 | 0.65 | 0 | 0.14 | 286.48 | 0.67 | 0.58 |
| Hex | BC | 4E | DC | F | 41 | 0 | E | 11E | 43 | 3A |
| Octal | 274 | 116 | 334 | 17 | 101 | 0 | 16 | 436 | 103 | 72 |
| Binary | 10111100 | 1001110 | 11011100 | 1111 | 1000001 | 0 | 1110 | 100011110 | 1000011 | 111010 |
Color Harmonies of #BC4EDC
Complementary color
Monochromatic Colors of #BC4EDC
Black with #BC4EDC
Text Example
Text Example
White with #BC4EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EDC; }
p { color: rgb(188,78,220); }
H1.HeaderClassName
{
color: #BC4EDC;
}
.AnyTagClassName
{
color: #BC4EDC;
}
</style>
background-color css
<style>
a { background-color: #BC4EDC; }
a { background-color: rgb(188,78,220); }
div.DivClassName
{
background-color: #BC4EDC;
}
.BgClassName
{
background-color: #BC4EDC;
}
</style>
border-color css
<style>
span { border-color: #BC4EDC; }
span { border-color: rgb(188,78,220); }
td.TdClassName
{
border-color: #BC4EDC;
}
.TagClassName
{
border-color: #BC4EDC;
}
</style>