Shades of Medium Orchid #BF59D6
Tints of Medium Orchid #BF59D6
RGB
CMYK
RGB Variations
Color information
#BF59D6 (or 0xBF59D6) is known color: Medium Orchid. HEX triplet: BF, 59 and D6. RGB value is (191,89,214). Sum of RGB (Red+Green+Blue) = 191+89+214=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 89 (35.16% from 255 or 18.02% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF59D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59D6 is #40A629. Grayscale: #858585. Windows color (decimal): -4236842 or 14047679. OLE color: 14047679.
HSL color Cylindrical-coordinate representation of color #BF59D6: hue angle of 288.96º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF59D6 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 89 | 214 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.16 |
| HSL | 288.96º | 0.6% | 0.59% | - |
| HSV(B) | 288.96º | 0.58% | 0.84% | - |
| XYZ | 37.2 | 23.08 | 66.11 | - |
| YUV | 133.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 214 | 0.11 | 0.58 | 0 | 0.16 | 288.96 | 0.6 | 0.59 |
| Hex | BF | 59 | D6 | B | 3A | 0 | 10 | 121 | 3C | 3B |
| Octal | 277 | 131 | 326 | 13 | 72 | 0 | 20 | 441 | 74 | 73 |
| Binary | 10111111 | 1011001 | 11010110 | 1011 | 111010 | 0 | 10000 | 100100001 | 111100 | 111011 |
Color Harmonies of #BF59D6
Complementary color
Monochromatic Colors of #BF59D6
Black with #BF59D6
Text Example
Text Example
White with #BF59D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59D6; }
p { color: rgb(191,89,214); }
H1.HeaderClassName
{
color: #BF59D6;
}
.AnyTagClassName
{
color: #BF59D6;
}
</style>
background-color css
<style>
a { background-color: #BF59D6; }
a { background-color: rgb(191,89,214); }
div.DivClassName
{
background-color: #BF59D6;
}
.BgClassName
{
background-color: #BF59D6;
}
</style>
border-color css
<style>
span { border-color: #BF59D6; }
span { border-color: rgb(191,89,214); }
td.TdClassName
{
border-color: #BF59D6;
}
.TagClassName
{
border-color: #BF59D6;
}
</style>