Shades of Medium Orchid #BC40E1
Tints of Medium Orchid #BC40E1
RGB
CMYK
RGB Variations
Color information
#BC40E1 (or 0xBC40E1) is known color: Medium Orchid. HEX triplet: BC, 40 and E1. RGB value is (188,64,225). Sum of RGB (Red+Green+Blue) = 188+64+225=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC40E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC40E1 is #43BF1E. Grayscale: #767676. Windows color (decimal): -4439839 or 14762172. OLE color: 14762172.
HSL color Cylindrical-coordinate representation of color #BC40E1: hue angle of 286.21º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC40E1 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 64 | 225 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.12 |
| HSL | 286.21º | 0.73% | 0.57% | - |
| HSV(B) | 286.21º | 0.72% | 0.88% | - |
| XYZ | 36.16 | 19.79 | 73.15 | - |
| YUV | 119.43 | 187.58 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 225 | 0.16 | 0.72 | 0 | 0.12 | 286.21 | 0.73 | 0.57 |
| Hex | BC | 40 | E1 | 10 | 48 | 0 | C | 11E | 49 | 39 |
| Octal | 274 | 100 | 341 | 20 | 110 | 0 | 14 | 436 | 111 | 71 |
| Binary | 10111100 | 1000000 | 11100001 | 10000 | 1001000 | 0 | 1100 | 100011110 | 1001001 | 111001 |
Color Harmonies of #BC40E1
Complementary color
Monochromatic Colors of #BC40E1
Black with #BC40E1
Text Example
Text Example
White with #BC40E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40E1; }
p { color: rgb(188,64,225); }
H1.HeaderClassName
{
color: #BC40E1;
}
.AnyTagClassName
{
color: #BC40E1;
}
</style>
background-color css
<style>
a { background-color: #BC40E1; }
a { background-color: rgb(188,64,225); }
div.DivClassName
{
background-color: #BC40E1;
}
.BgClassName
{
background-color: #BC40E1;
}
</style>
border-color css
<style>
span { border-color: #BC40E1; }
span { border-color: rgb(188,64,225); }
td.TdClassName
{
border-color: #BC40E1;
}
.TagClassName
{
border-color: #BC40E1;
}
</style>