Shades of Medium Orchid #BC59EF
Tints of Medium Orchid #BC59EF
RGB
CMYK
RGB Variations
Color information
#BC59EF (or 0xBC59EF) is known color: Medium Orchid. HEX triplet: BC, 59 and EF. RGB value is (188,89,239). Sum of RGB (Red+Green+Blue) = 188+89+239=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC59EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC59EF is #43A610. Grayscale: #878787. Windows color (decimal): -4433425 or 15686076. OLE color: 15686076.
HSL color Cylindrical-coordinate representation of color #BC59EF: hue angle of 279.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC59EF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 89 | 239 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.06 |
| HSL | 279.6º | 0.82% | 0.64% | - |
| HSV(B) | 279.6º | 0.63% | 0.94% | - |
| XYZ | 39.89 | 24.07 | 84.2 | - |
| YUV | 135.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 89 | 239 | 0.21 | 0.63 | 0 | 0.06 | 279.6 | 0.82 | 0.64 |
| Hex | BC | 59 | EF | 15 | 3F | 0 | 6 | 118 | 52 | 40 |
| Octal | 274 | 131 | 357 | 25 | 77 | 0 | 6 | 430 | 122 | 100 |
| Binary | 10111100 | 1011001 | 11101111 | 10101 | 111111 | 0 | 110 | 100011000 | 1010010 | 1000000 |
Color Harmonies of #BC59EF
Complementary color
Monochromatic Colors of #BC59EF
Black with #BC59EF
Text Example
Text Example
White with #BC59EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC59EF; }
p { color: rgb(188,89,239); }
H1.HeaderClassName
{
color: #BC59EF;
}
.AnyTagClassName
{
color: #BC59EF;
}
</style>
background-color css
<style>
a { background-color: #BC59EF; }
a { background-color: rgb(188,89,239); }
div.DivClassName
{
background-color: #BC59EF;
}
.BgClassName
{
background-color: #BC59EF;
}
</style>
border-color css
<style>
span { border-color: #BC59EF; }
span { border-color: rgb(188,89,239); }
td.TdClassName
{
border-color: #BC59EF;
}
.TagClassName
{
border-color: #BC59EF;
}
</style>