Shades of Medium Orchid #BF58EC
Tints of Medium Orchid #BF58EC
RGB
CMYK
RGB Variations
Color information
#BF58EC (or 0xBF58EC) is known color: Medium Orchid. HEX triplet: BF, 58 and EC. RGB value is (191,88,236). Sum of RGB (Red+Green+Blue) = 191+88+236=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 88 (34.77% from 255 or 17.09% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF58EC is #40A713. Grayscale: #878787. Windows color (decimal): -4237076 or 15489215. OLE color: 15489215.
HSL color Cylindrical-coordinate representation of color #BF58EC: hue angle of 281.76º degrees, saturation: 0.8, 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 #BF58EC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 88 | 236 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.07 |
| HSL | 281.76º | 0.8% | 0.64% | - |
| HSV(B) | 281.76º | 0.63% | 0.93% | - |
| XYZ | 40.12 | 24.11 | 81.9 | - |
| YUV | 135.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 236 | 0.19 | 0.63 | 0 | 0.07 | 281.76 | 0.8 | 0.64 |
| Hex | BF | 58 | EC | 13 | 3F | 0 | 7 | 11A | 50 | 40 |
| Octal | 277 | 130 | 354 | 23 | 77 | 0 | 7 | 432 | 120 | 100 |
| Binary | 10111111 | 1011000 | 11101100 | 10011 | 111111 | 0 | 111 | 100011010 | 1010000 | 1000000 |
Color Harmonies of #BF58EC
Complementary color
Monochromatic Colors of #BF58EC
Black with #BF58EC
Text Example
Text Example
White with #BF58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58EC; }
p { color: rgb(191,88,236); }
H1.HeaderClassName
{
color: #BF58EC;
}
.AnyTagClassName
{
color: #BF58EC;
}
</style>
background-color css
<style>
a { background-color: #BF58EC; }
a { background-color: rgb(191,88,236); }
div.DivClassName
{
background-color: #BF58EC;
}
.BgClassName
{
background-color: #BF58EC;
}
</style>
border-color css
<style>
span { border-color: #BF58EC; }
span { border-color: rgb(191,88,236); }
td.TdClassName
{
border-color: #BF58EC;
}
.TagClassName
{
border-color: #BF58EC;
}
</style>