Shades of Medium Orchid #BF76D1
Tints of Medium Orchid #BF76D1
RGB
CMYK
RGB Variations
Color information
#BF76D1 (or 0xBF76D1) is known color: Medium Orchid. HEX triplet: BF, 76 and D1. RGB value is (191,118,209). Sum of RGB (Red+Green+Blue) = 191+118+209=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76D1 is #40892E. Grayscale: #959595. Windows color (decimal): -4229423 or 13727423. OLE color: 13727423.
HSL color Cylindrical-coordinate representation of color #BF76D1: hue angle of 288.13º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF76D1 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 118 | 209 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.18 |
| HSL | 288.13º | 0.5% | 0.64% | - |
| HSV(B) | 288.13º | 0.44% | 0.82% | - |
| XYZ | 39.47 | 28.64 | 63.77 | - |
| YUV | 150.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 209 | 0.09 | 0.44 | 0 | 0.18 | 288.13 | 0.5 | 0.64 |
| Hex | BF | 76 | D1 | 9 | 2C | 0 | 12 | 120 | 32 | 40 |
| Octal | 277 | 166 | 321 | 11 | 54 | 0 | 22 | 440 | 62 | 100 |
| Binary | 10111111 | 1110110 | 11010001 | 1001 | 101100 | 0 | 10010 | 100100000 | 110010 | 1000000 |
Color Harmonies of #BF76D1
Complementary color
Monochromatic Colors of #BF76D1
Black with #BF76D1
Text Example
Text Example
White with #BF76D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76D1; }
p { color: rgb(191,118,209); }
H1.HeaderClassName
{
color: #BF76D1;
}
.AnyTagClassName
{
color: #BF76D1;
}
</style>
background-color css
<style>
a { background-color: #BF76D1; }
a { background-color: rgb(191,118,209); }
div.DivClassName
{
background-color: #BF76D1;
}
.BgClassName
{
background-color: #BF76D1;
}
</style>
border-color css
<style>
span { border-color: #BF76D1; }
span { border-color: rgb(191,118,209); }
td.TdClassName
{
border-color: #BF76D1;
}
.TagClassName
{
border-color: #BF76D1;
}
</style>