Shades of Medium Orchid #BF59EC
Tints of Medium Orchid #BF59EC
RGB
CMYK
RGB Variations
Color information
#BF59EC (or 0xBF59EC) is known color: Medium Orchid. HEX triplet: BF, 59 and EC. RGB value is (191,89,236). Sum of RGB (Red+Green+Blue) = 191+89+236=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 89 (35.16% from 255 or 17.25% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF59EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF59EC is #40A613. Grayscale: #878787. Windows color (decimal): -4236820 or 15489471. OLE color: 15489471.
HSL color Cylindrical-coordinate representation of color #BF59EC: hue angle of 281.63º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF59EC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 89 | 236 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.07 |
| HSL | 281.63º | 0.79% | 0.64% | - |
| HSV(B) | 281.63º | 0.62% | 0.93% | - |
| XYZ | 40.2 | 24.28 | 81.92 | - |
| YUV | 136.26 | 184.29 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 236 | 0.19 | 0.62 | 0 | 0.07 | 281.63 | 0.79 | 0.64 |
| Hex | BF | 59 | EC | 13 | 3E | 0 | 7 | 11A | 4F | 40 |
| Octal | 277 | 131 | 354 | 23 | 76 | 0 | 7 | 432 | 117 | 100 |
| Binary | 10111111 | 1011001 | 11101100 | 10011 | 111110 | 0 | 111 | 100011010 | 1001111 | 1000000 |
Color Harmonies of #BF59EC
Complementary color
Monochromatic Colors of #BF59EC
Black with #BF59EC
Text Example
Text Example
White with #BF59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59EC; }
p { color: rgb(191,89,236); }
H1.HeaderClassName
{
color: #BF59EC;
}
.AnyTagClassName
{
color: #BF59EC;
}
</style>
background-color css
<style>
a { background-color: #BF59EC; }
a { background-color: rgb(191,89,236); }
div.DivClassName
{
background-color: #BF59EC;
}
.BgClassName
{
background-color: #BF59EC;
}
</style>
border-color css
<style>
span { border-color: #BF59EC; }
span { border-color: rgb(191,89,236); }
td.TdClassName
{
border-color: #BF59EC;
}
.TagClassName
{
border-color: #BF59EC;
}
</style>