Shades of Medium Orchid #BC4ED7
Tints of Medium Orchid #BC4ED7
RGB
CMYK
RGB Variations
Color information
#BC4ED7 (or 0xBC4ED7) is known color: Medium Orchid. HEX triplet: BC, 4E and D7. RGB value is (188,78,215). Sum of RGB (Red+Green+Blue) = 188+78+215=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC4ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4ED7 is #43B128. Grayscale: #7E7E7E. Windows color (decimal): -4436265 or 14110396. OLE color: 14110396.
HSL color Cylindrical-coordinate representation of color #BC4ED7: hue angle of 288.18º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4ED7 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 78 | 215 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.16 |
| HSL | 288.18º | 0.63% | 0.57% | - |
| HSV(B) | 288.18º | 0.64% | 0.84% | - |
| XYZ | 35.73 | 21.05 | 66.47 | - |
| YUV | 126.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 215 | 0.13 | 0.64 | 0 | 0.16 | 288.18 | 0.63 | 0.57 |
| Hex | BC | 4E | D7 | D | 40 | 0 | 10 | 120 | 3F | 39 |
| Octal | 274 | 116 | 327 | 15 | 100 | 0 | 20 | 440 | 77 | 71 |
| Binary | 10111100 | 1001110 | 11010111 | 1101 | 1000000 | 0 | 10000 | 100100000 | 111111 | 111001 |
Color Harmonies of #BC4ED7
Complementary color
Monochromatic Colors of #BC4ED7
Black with #BC4ED7
Text Example
Text Example
White with #BC4ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4ED7; }
p { color: rgb(188,78,215); }
H1.HeaderClassName
{
color: #BC4ED7;
}
.AnyTagClassName
{
color: #BC4ED7;
}
</style>
background-color css
<style>
a { background-color: #BC4ED7; }
a { background-color: rgb(188,78,215); }
div.DivClassName
{
background-color: #BC4ED7;
}
.BgClassName
{
background-color: #BC4ED7;
}
</style>
border-color css
<style>
span { border-color: #BC4ED7; }
span { border-color: rgb(188,78,215); }
td.TdClassName
{
border-color: #BC4ED7;
}
.TagClassName
{
border-color: #BC4ED7;
}
</style>