Shades of Medium Orchid #BC59EE
Tints of Medium Orchid #BC59EE
RGB
CMYK
RGB Variations
Color information
#BC59EE (or 0xBC59EE) is known color: Medium Orchid. HEX triplet: BC, 59 and EE. RGB value is (188,89,238). Sum of RGB (Red+Green+Blue) = 188+89+238=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC59EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59EE is #43A611. Grayscale: #878787. Windows color (decimal): -4433426 or 15620540. OLE color: 15620540.
HSL color Cylindrical-coordinate representation of color #BC59EE: hue angle of 279.87º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC59EE is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 89 | 238 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.07 |
| HSL | 279.87º | 0.81% | 0.64% | - |
| HSV(B) | 279.87º | 0.63% | 0.93% | - |
| XYZ | 39.74 | 24.01 | 83.43 | - |
| YUV | 135.59 | 185.8 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 238 | 0.21 | 0.63 | 0 | 0.07 | 279.87 | 0.81 | 0.64 |
| Hex | BC | 59 | EE | 15 | 3F | 0 | 7 | 118 | 51 | 40 |
| Octal | 274 | 131 | 356 | 25 | 77 | 0 | 7 | 430 | 121 | 100 |
| Binary | 10111100 | 1011001 | 11101110 | 10101 | 111111 | 0 | 111 | 100011000 | 1010001 | 1000000 |
Color Harmonies of #BC59EE
Complementary color
Monochromatic Colors of #BC59EE
Black with #BC59EE
Text Example
Text Example
White with #BC59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59EE; }
p { color: rgb(188,89,238); }
H1.HeaderClassName
{
color: #BC59EE;
}
.AnyTagClassName
{
color: #BC59EE;
}
</style>
background-color css
<style>
a { background-color: #BC59EE; }
a { background-color: rgb(188,89,238); }
div.DivClassName
{
background-color: #BC59EE;
}
.BgClassName
{
background-color: #BC59EE;
}
</style>
border-color css
<style>
span { border-color: #BC59EE; }
span { border-color: rgb(188,89,238); }
td.TdClassName
{
border-color: #BC59EE;
}
.TagClassName
{
border-color: #BC59EE;
}
</style>