Shades of Medium Orchid #BF37D9
Tints of Medium Orchid #BF37D9
RGB
CMYK
RGB Variations
Color information
#BF37D9 (or 0xBF37D9) is known color: Medium Orchid. HEX triplet: BF, 37 and D9. RGB value is (191,55,217). Sum of RGB (Red+Green+Blue) = 191+55+217=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 55 (21.88% from 255 or 11.88% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF37D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF37D9 is #40C826. Grayscale: #717171. Windows color (decimal): -4245543 or 14235583. OLE color: 14235583.
HSL color Cylindrical-coordinate representation of color #BF37D9: hue angle of 290.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF37D9 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 55 | 217 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.15 |
| HSL | 290.37º | 0.68% | 0.53% | - |
| HSV(B) | 290.37º | 0.75% | 0.85% | - |
| XYZ | 35.38 | 18.82 | 67.41 | - |
| YUV | 114.13 | 186.06 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 217 | 0.12 | 0.75 | 0 | 0.15 | 290.37 | 0.68 | 0.53 |
| Hex | BF | 37 | D9 | C | 4B | 0 | F | 122 | 44 | 35 |
| Octal | 277 | 67 | 331 | 14 | 113 | 0 | 17 | 442 | 104 | 65 |
| Binary | 10111111 | 110111 | 11011001 | 1100 | 1001011 | 0 | 1111 | 100100010 | 1000100 | 110101 |
Color Harmonies of #BF37D9
Complementary color
Monochromatic Colors of #BF37D9
Black with #BF37D9
Text Example
Text Example
White with #BF37D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF37D9; }
p { color: rgb(191,55,217); }
H1.HeaderClassName
{
color: #BF37D9;
}
.AnyTagClassName
{
color: #BF37D9;
}
</style>
background-color css
<style>
a { background-color: #BF37D9; }
a { background-color: rgb(191,55,217); }
div.DivClassName
{
background-color: #BF37D9;
}
.BgClassName
{
background-color: #BF37D9;
}
</style>
border-color css
<style>
span { border-color: #BF37D9; }
span { border-color: rgb(191,55,217); }
td.TdClassName
{
border-color: #BF37D9;
}
.TagClassName
{
border-color: #BF37D9;
}
</style>