Shades of Medium Orchid #BF59D8
Tints of Medium Orchid #BF59D8
RGB
CMYK
RGB Variations
Color information
#BF59D8 (or 0xBF59D8) is known color: Medium Orchid. HEX triplet: BF, 59 and D8. RGB value is (191,89,216). Sum of RGB (Red+Green+Blue) = 191+89+216=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF59D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF59D8 is #40A627. Grayscale: #858585. Windows color (decimal): -4236840 or 14178751. OLE color: 14178751.
HSL color Cylindrical-coordinate representation of color #BF59D8: hue angle of 288.19º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF59D8 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 89 | 216 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.15 |
| HSL | 288.19º | 0.62% | 0.6% | - |
| HSV(B) | 288.19º | 0.59% | 0.85% | - |
| XYZ | 37.45 | 23.18 | 67.47 | - |
| YUV | 133.98 | 174.29 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 216 | 0.12 | 0.59 | 0 | 0.15 | 288.19 | 0.62 | 0.6 |
| Hex | BF | 59 | D8 | C | 3B | 0 | F | 120 | 3E | 3C |
| Octal | 277 | 131 | 330 | 14 | 73 | 0 | 17 | 440 | 76 | 74 |
| Binary | 10111111 | 1011001 | 11011000 | 1100 | 111011 | 0 | 1111 | 100100000 | 111110 | 111100 |
Color Harmonies of #BF59D8
Complementary color
Monochromatic Colors of #BF59D8
Black with #BF59D8
Text Example
Text Example
White with #BF59D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF59D8; }
p { color: rgb(191,89,216); }
H1.HeaderClassName
{
color: #BF59D8;
}
.AnyTagClassName
{
color: #BF59D8;
}
</style>
background-color css
<style>
a { background-color: #BF59D8; }
a { background-color: rgb(191,89,216); }
div.DivClassName
{
background-color: #BF59D8;
}
.BgClassName
{
background-color: #BF59D8;
}
</style>
border-color css
<style>
span { border-color: #BF59D8; }
span { border-color: rgb(191,89,216); }
td.TdClassName
{
border-color: #BF59D8;
}
.TagClassName
{
border-color: #BF59D8;
}
</style>