Shades of Medium Orchid #BC4EE1
Tints of Medium Orchid #BC4EE1
RGB
CMYK
RGB Variations
Color information
#BC4EE1 (or 0xBC4EE1) is known color: Medium Orchid. HEX triplet: BC, 4E and E1. RGB value is (188,78,225). Sum of RGB (Red+Green+Blue) = 188+78+225=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 78 (30.86% from 255 or 15.89% from 491); Blue value is 225 (88.28% from 255 or 45.82% from 491); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC4EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4EE1 is #43B11E. Grayscale: #7F7F7F. Windows color (decimal): -4436255 or 14765756. OLE color: 14765756.
HSL color Cylindrical-coordinate representation of color #BC4EE1: hue angle of 284.9º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4EE1 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 78 | 225 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.12 |
| HSL | 284.9º | 0.71% | 0.59% | - |
| HSV(B) | 284.9º | 0.65% | 0.88% | - |
| XYZ | 37.05 | 21.58 | 73.45 | - |
| YUV | 127.65 | 182.94 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 78 | 225 | 0.16 | 0.65 | 0 | 0.12 | 284.9 | 0.71 | 0.59 |
| Hex | BC | 4E | E1 | 10 | 41 | 0 | C | 11D | 47 | 3B |
| Octal | 274 | 116 | 341 | 20 | 101 | 0 | 14 | 435 | 107 | 73 |
| Binary | 10111100 | 1001110 | 11100001 | 10000 | 1000001 | 0 | 1100 | 100011101 | 1000111 | 111011 |
Color Harmonies of #BC4EE1
Complementary color
Monochromatic Colors of #BC4EE1
Black with #BC4EE1
Text Example
Text Example
White with #BC4EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4EE1; }
p { color: rgb(188,78,225); }
H1.HeaderClassName
{
color: #BC4EE1;
}
.AnyTagClassName
{
color: #BC4EE1;
}
</style>
background-color css
<style>
a { background-color: #BC4EE1; }
a { background-color: rgb(188,78,225); }
div.DivClassName
{
background-color: #BC4EE1;
}
.BgClassName
{
background-color: #BC4EE1;
}
</style>
border-color css
<style>
span { border-color: #BC4EE1; }
span { border-color: rgb(188,78,225); }
td.TdClassName
{
border-color: #BC4EE1;
}
.TagClassName
{
border-color: #BC4EE1;
}
</style>