Shades of Medium Orchid #BF71D5
Tints of Medium Orchid #BF71D5
RGB
CMYK
RGB Variations
Color information
#BF71D5 (or 0xBF71D5) is known color: Medium Orchid. HEX triplet: BF, 71 and D5. RGB value is (191,113,213). Sum of RGB (Red+Green+Blue) = 191+113+213=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF71D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF71D5 is #408E2A. Grayscale: #939393. Windows color (decimal): -4230699 or 13988287. OLE color: 13988287.
HSL color Cylindrical-coordinate representation of color #BF71D5: hue angle of 286.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF71D5 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 113 | 213 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.16 |
| HSL | 286.8º | 0.54% | 0.64% | - |
| HSV(B) | 286.8º | 0.47% | 0.84% | - |
| XYZ | 39.4 | 27.69 | 66.22 | - |
| YUV | 147.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 113 | 213 | 0.10 | 0.47 | 0 | 0.16 | 286.8 | 0.54 | 0.64 |
| Hex | BF | 71 | D5 | A | 2F | 0 | 10 | 11F | 36 | 40 |
| Octal | 277 | 161 | 325 | 12 | 57 | 0 | 20 | 437 | 66 | 100 |
| Binary | 10111111 | 1110001 | 11010101 | 1010 | 101111 | 0 | 10000 | 100011111 | 110110 | 1000000 |
Color Harmonies of #BF71D5
Complementary color
Monochromatic Colors of #BF71D5
Black with #BF71D5
Text Example
Text Example
White with #BF71D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF71D5; }
p { color: rgb(191,113,213); }
H1.HeaderClassName
{
color: #BF71D5;
}
.AnyTagClassName
{
color: #BF71D5;
}
</style>
background-color css
<style>
a { background-color: #BF71D5; }
a { background-color: rgb(191,113,213); }
div.DivClassName
{
background-color: #BF71D5;
}
.BgClassName
{
background-color: #BF71D5;
}
</style>
border-color css
<style>
span { border-color: #BF71D5; }
span { border-color: rgb(191,113,213); }
td.TdClassName
{
border-color: #BF71D5;
}
.TagClassName
{
border-color: #BF71D5;
}
</style>