Shades of Medium Orchid #BF77D1
Tints of Medium Orchid #BF77D1
RGB
CMYK
RGB Variations
Color information
#BF77D1 (or 0xBF77D1) is known color: Medium Orchid. HEX triplet: BF, 77 and D1. RGB value is (191,119,209). Sum of RGB (Red+Green+Blue) = 191+119+209=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF77D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77D1 is #40882E. Grayscale: #969696. Windows color (decimal): -4229167 or 13727679. OLE color: 13727679.
HSL color Cylindrical-coordinate representation of color #BF77D1: hue angle of 288º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF77D1 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 119 | 209 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.18 |
| HSL | 288º | 0.49% | 0.64% | - |
| HSV(B) | 288º | 0.43% | 0.82% | - |
| XYZ | 39.59 | 28.87 | 63.81 | - |
| YUV | 150.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 209 | 0.09 | 0.43 | 0 | 0.18 | 288 | 0.49 | 0.64 |
| Hex | BF | 77 | D1 | 9 | 2B | 0 | 12 | 120 | 31 | 40 |
| Octal | 277 | 167 | 321 | 11 | 53 | 0 | 22 | 440 | 61 | 100 |
| Binary | 10111111 | 1110111 | 11010001 | 1001 | 101011 | 0 | 10010 | 100100000 | 110001 | 1000000 |
Color Harmonies of #BF77D1
Complementary color
Monochromatic Colors of #BF77D1
Black with #BF77D1
Text Example
Text Example
White with #BF77D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77D1; }
p { color: rgb(191,119,209); }
H1.HeaderClassName
{
color: #BF77D1;
}
.AnyTagClassName
{
color: #BF77D1;
}
</style>
background-color css
<style>
a { background-color: #BF77D1; }
a { background-color: rgb(191,119,209); }
div.DivClassName
{
background-color: #BF77D1;
}
.BgClassName
{
background-color: #BF77D1;
}
</style>
border-color css
<style>
span { border-color: #BF77D1; }
span { border-color: rgb(191,119,209); }
td.TdClassName
{
border-color: #BF77D1;
}
.TagClassName
{
border-color: #BF77D1;
}
</style>