Shades of Medium Orchid #BC5EE7
Tints of Medium Orchid #BC5EE7
RGB
CMYK
RGB Variations
Color information
#BC5EE7 (or 0xBC5EE7) is known color: Medium Orchid. HEX triplet: BC, 5E and E7. RGB value is (188,94,231). Sum of RGB (Red+Green+Blue) = 188+94+231=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC5EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EE7 is #43A118. Grayscale: #898989. Windows color (decimal): -4432153 or 15163068. OLE color: 15163068.
HSL color Cylindrical-coordinate representation of color #BC5EE7: hue angle of 281.17º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC5EE7 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 94 | 231 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.09 |
| HSL | 281.17º | 0.74% | 0.64% | - |
| HSV(B) | 281.17º | 0.59% | 0.91% | - |
| XYZ | 39.17 | 24.47 | 78.26 | - |
| YUV | 137.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 231 | 0.19 | 0.59 | 0 | 0.09 | 281.17 | 0.74 | 0.64 |
| Hex | BC | 5E | E7 | 13 | 3B | 0 | 9 | 119 | 4A | 40 |
| Octal | 274 | 136 | 347 | 23 | 73 | 0 | 11 | 431 | 112 | 100 |
| Binary | 10111100 | 1011110 | 11100111 | 10011 | 111011 | 0 | 1001 | 100011001 | 1001010 | 1000000 |
Color Harmonies of #BC5EE7
Complementary color
Monochromatic Colors of #BC5EE7
Black with #BC5EE7
Text Example
Text Example
White with #BC5EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5EE7; }
p { color: rgb(188,94,231); }
H1.HeaderClassName
{
color: #BC5EE7;
}
.AnyTagClassName
{
color: #BC5EE7;
}
</style>
background-color css
<style>
a { background-color: #BC5EE7; }
a { background-color: rgb(188,94,231); }
div.DivClassName
{
background-color: #BC5EE7;
}
.BgClassName
{
background-color: #BC5EE7;
}
</style>
border-color css
<style>
span { border-color: #BC5EE7; }
span { border-color: rgb(188,94,231); }
td.TdClassName
{
border-color: #BC5EE7;
}
.TagClassName
{
border-color: #BC5EE7;
}
</style>