Shades of Medium Orchid #BF70D9
Tints of Medium Orchid #BF70D9
RGB
CMYK
RGB Variations
Color information
#BF70D9 (or 0xBF70D9) is known color: Medium Orchid. HEX triplet: BF, 70 and D9. RGB value is (191,112,217). Sum of RGB (Red+Green+Blue) = 191+112+217=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF70D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70D9 is #408F26. Grayscale: #939393. Windows color (decimal): -4230951 or 14250175. OLE color: 14250175.
HSL color Cylindrical-coordinate representation of color #BF70D9: hue angle of 285.14º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF70D9 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 112 | 217 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.15 |
| HSL | 285.14º | 0.58% | 0.65% | - |
| HSV(B) | 285.14º | 0.48% | 0.85% | - |
| XYZ | 39.8 | 27.67 | 68.89 | - |
| YUV | 147.59 | 167.17 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 217 | 0.12 | 0.48 | 0 | 0.15 | 285.14 | 0.58 | 0.65 |
| Hex | BF | 70 | D9 | C | 30 | 0 | F | 11D | 3A | 41 |
| Octal | 277 | 160 | 331 | 14 | 60 | 0 | 17 | 435 | 72 | 101 |
| Binary | 10111111 | 1110000 | 11011001 | 1100 | 110000 | 0 | 1111 | 100011101 | 111010 | 1000001 |
Color Harmonies of #BF70D9
Complementary color
Monochromatic Colors of #BF70D9
Black with #BF70D9
Text Example
Text Example
White with #BF70D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70D9; }
p { color: rgb(191,112,217); }
H1.HeaderClassName
{
color: #BF70D9;
}
.AnyTagClassName
{
color: #BF70D9;
}
</style>
background-color css
<style>
a { background-color: #BF70D9; }
a { background-color: rgb(191,112,217); }
div.DivClassName
{
background-color: #BF70D9;
}
.BgClassName
{
background-color: #BF70D9;
}
</style>
border-color css
<style>
span { border-color: #BF70D9; }
span { border-color: rgb(191,112,217); }
td.TdClassName
{
border-color: #BF70D9;
}
.TagClassName
{
border-color: #BF70D9;
}
</style>