Shades of Medium Orchid #BC54E1
Tints of Medium Orchid #BC54E1
RGB
CMYK
RGB Variations
Color information
#BC54E1 (or 0xBC54E1) is known color: Medium Orchid. HEX triplet: BC, 54 and E1. RGB value is (188,84,225). Sum of RGB (Red+Green+Blue) = 188+84+225=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 225 (88.28% from 255 or 45.27% from 497); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC54E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC54E1 is #43AB1E. Grayscale: #828282. Windows color (decimal): -4434719 or 14767292. OLE color: 14767292.
HSL color Cylindrical-coordinate representation of color #BC54E1: hue angle of 284.26º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC54E1 is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 84 | 225 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.12 |
| HSL | 284.26º | 0.7% | 0.61% | - |
| HSV(B) | 284.26º | 0.63% | 0.88% | - |
| XYZ | 37.5 | 22.47 | 73.59 | - |
| YUV | 131.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 84 | 225 | 0.16 | 0.63 | 0 | 0.12 | 284.26 | 0.7 | 0.61 |
| Hex | BC | 54 | E1 | 10 | 3F | 0 | C | 11C | 46 | 3D |
| Octal | 274 | 124 | 341 | 20 | 77 | 0 | 14 | 434 | 106 | 75 |
| Binary | 10111100 | 1010100 | 11100001 | 10000 | 111111 | 0 | 1100 | 100011100 | 1000110 | 111101 |
Color Harmonies of #BC54E1
Complementary color
Monochromatic Colors of #BC54E1
Black with #BC54E1
Text Example
Text Example
White with #BC54E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC54E1; }
p { color: rgb(188,84,225); }
H1.HeaderClassName
{
color: #BC54E1;
}
.AnyTagClassName
{
color: #BC54E1;
}
</style>
background-color css
<style>
a { background-color: #BC54E1; }
a { background-color: rgb(188,84,225); }
div.DivClassName
{
background-color: #BC54E1;
}
.BgClassName
{
background-color: #BC54E1;
}
</style>
border-color css
<style>
span { border-color: #BC54E1; }
span { border-color: rgb(188,84,225); }
td.TdClassName
{
border-color: #BC54E1;
}
.TagClassName
{
border-color: #BC54E1;
}
</style>