Shades of Medium Orchid #BF59E1
Tints of Medium Orchid #BF59E1
RGB
CMYK
RGB Variations
Color information
#BF59E1 (or 0xBF59E1) is known color: Medium Orchid. HEX triplet: BF, 59 and E1. RGB value is (191,89,225). Sum of RGB (Red+Green+Blue) = 191+89+225=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF59E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59E1 is #40A61E. Grayscale: #868686. Windows color (decimal): -4236831 or 14768575. OLE color: 14768575.
HSL color Cylindrical-coordinate representation of color #BF59E1: hue angle of 285º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF59E1 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 89 | 225 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.12 |
| HSL | 285º | 0.69% | 0.62% | - |
| HSV(B) | 285º | 0.6% | 0.88% | - |
| XYZ | 38.65 | 23.66 | 73.76 | - |
| YUV | 135 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 225 | 0.15 | 0.60 | 0 | 0.12 | 285 | 0.69 | 0.62 |
| Hex | BF | 59 | E1 | F | 3C | 0 | C | 11D | 45 | 3E |
| Octal | 277 | 131 | 341 | 17 | 74 | 0 | 14 | 435 | 105 | 76 |
| Binary | 10111111 | 1011001 | 11100001 | 1111 | 111100 | 0 | 1100 | 100011101 | 1000101 | 111110 |
Color Harmonies of #BF59E1
Complementary color
Monochromatic Colors of #BF59E1
Black with #BF59E1
Text Example
Text Example
White with #BF59E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59E1; }
p { color: rgb(191,89,225); }
H1.HeaderClassName
{
color: #BF59E1;
}
.AnyTagClassName
{
color: #BF59E1;
}
</style>
background-color css
<style>
a { background-color: #BF59E1; }
a { background-color: rgb(191,89,225); }
div.DivClassName
{
background-color: #BF59E1;
}
.BgClassName
{
background-color: #BF59E1;
}
</style>
border-color css
<style>
span { border-color: #BF59E1; }
span { border-color: rgb(191,89,225); }
td.TdClassName
{
border-color: #BF59E1;
}
.TagClassName
{
border-color: #BF59E1;
}
</style>