Shades of Medium Orchid #BF59ED
Tints of Medium Orchid #BF59ED
RGB
CMYK
RGB Variations
Color information
#BF59ED (or 0xBF59ED) is known color: Medium Orchid. HEX triplet: BF, 59 and ED. RGB value is (191,89,237). Sum of RGB (Red+Green+Blue) = 191+89+237=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF59ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF59ED is #40A612. Grayscale: #878787. Windows color (decimal): -4236819 or 15555007. OLE color: 15555007.
HSL color Cylindrical-coordinate representation of color #BF59ED: hue angle of 281.35º degrees, saturation: 0.8, 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 #BF59ED is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 89 | 237 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.07 |
| HSL | 281.35º | 0.8% | 0.64% | - |
| HSV(B) | 281.35º | 0.62% | 0.93% | - |
| XYZ | 40.34 | 24.34 | 82.69 | - |
| YUV | 136.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 237 | 0.19 | 0.62 | 0 | 0.07 | 281.35 | 0.8 | 0.64 |
| Hex | BF | 59 | ED | 13 | 3E | 0 | 7 | 119 | 50 | 40 |
| Octal | 277 | 131 | 355 | 23 | 76 | 0 | 7 | 431 | 120 | 100 |
| Binary | 10111111 | 1011001 | 11101101 | 10011 | 111110 | 0 | 111 | 100011001 | 1010000 | 1000000 |
Color Harmonies of #BF59ED
Complementary color
Monochromatic Colors of #BF59ED
Black with #BF59ED
Text Example
Text Example
White with #BF59ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59ED; }
p { color: rgb(191,89,237); }
H1.HeaderClassName
{
color: #BF59ED;
}
.AnyTagClassName
{
color: #BF59ED;
}
</style>
background-color css
<style>
a { background-color: #BF59ED; }
a { background-color: rgb(191,89,237); }
div.DivClassName
{
background-color: #BF59ED;
}
.BgClassName
{
background-color: #BF59ED;
}
</style>
border-color css
<style>
span { border-color: #BF59ED; }
span { border-color: rgb(191,89,237); }
td.TdClassName
{
border-color: #BF59ED;
}
.TagClassName
{
border-color: #BF59ED;
}
</style>