Shades of Medium Orchid #BF70D0
Tints of Medium Orchid #BF70D0
RGB
CMYK
RGB Variations
Color information
#BF70D0 (or 0xBF70D0) is known color: Medium Orchid. HEX triplet: BF, 70 and D0. RGB value is (191,112,208). Sum of RGB (Red+Green+Blue) = 191+112+208=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF70D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70D0 is #408F2F. Grayscale: #929292. Windows color (decimal): -4230960 or 13660351. OLE color: 13660351.
HSL color Cylindrical-coordinate representation of color #BF70D0: hue angle of 289.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF70D0 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 112 | 208 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.18 |
| HSL | 289.38º | 0.51% | 0.63% | - |
| HSV(B) | 289.38º | 0.46% | 0.82% | - |
| XYZ | 38.67 | 27.22 | 62.89 | - |
| YUV | 146.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 112 | 208 | 0.08 | 0.46 | 0 | 0.18 | 289.38 | 0.51 | 0.63 |
| Hex | BF | 70 | D0 | 8 | 2E | 0 | 12 | 121 | 33 | 3F |
| Octal | 277 | 160 | 320 | 10 | 56 | 0 | 22 | 441 | 63 | 77 |
| Binary | 10111111 | 1110000 | 11010000 | 1000 | 101110 | 0 | 10010 | 100100001 | 110011 | 111111 |
Color Harmonies of #BF70D0
Complementary color
Monochromatic Colors of #BF70D0
Black with #BF70D0
Text Example
Text Example
White with #BF70D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF70D0; }
p { color: rgb(191,112,208); }
H1.HeaderClassName
{
color: #BF70D0;
}
.AnyTagClassName
{
color: #BF70D0;
}
</style>
background-color css
<style>
a { background-color: #BF70D0; }
a { background-color: rgb(191,112,208); }
div.DivClassName
{
background-color: #BF70D0;
}
.BgClassName
{
background-color: #BF70D0;
}
</style>
border-color css
<style>
span { border-color: #BF70D0; }
span { border-color: rgb(191,112,208); }
td.TdClassName
{
border-color: #BF70D0;
}
.TagClassName
{
border-color: #BF70D0;
}
</style>