Shades of Medium Orchid #BF76D0
Tints of Medium Orchid #BF76D0
RGB
CMYK
RGB Variations
Color information
#BF76D0 (or 0xBF76D0) is known color: Medium Orchid. HEX triplet: BF, 76 and D0. RGB value is (191,118,208). Sum of RGB (Red+Green+Blue) = 191+118+208=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF76D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76D0 is #40892F. Grayscale: #959595. Windows color (decimal): -4229424 or 13661887. OLE color: 13661887.
HSL color Cylindrical-coordinate representation of color #BF76D0: hue angle of 288.67º 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 #BF76D0 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 118 | 208 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.18 |
| HSL | 288.67º | 0.49% | 0.64% | - |
| HSV(B) | 288.67º | 0.43% | 0.82% | - |
| XYZ | 39.35 | 28.59 | 63.12 | - |
| YUV | 150.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 118 | 208 | 0.08 | 0.43 | 0 | 0.18 | 288.67 | 0.49 | 0.64 |
| Hex | BF | 76 | D0 | 8 | 2B | 0 | 12 | 121 | 31 | 40 |
| Octal | 277 | 166 | 320 | 10 | 53 | 0 | 22 | 441 | 61 | 100 |
| Binary | 10111111 | 1110110 | 11010000 | 1000 | 101011 | 0 | 10010 | 100100001 | 110001 | 1000000 |
Color Harmonies of #BF76D0
Complementary color
Monochromatic Colors of #BF76D0
Black with #BF76D0
Text Example
Text Example
White with #BF76D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF76D0; }
p { color: rgb(191,118,208); }
H1.HeaderClassName
{
color: #BF76D0;
}
.AnyTagClassName
{
color: #BF76D0;
}
</style>
background-color css
<style>
a { background-color: #BF76D0; }
a { background-color: rgb(191,118,208); }
div.DivClassName
{
background-color: #BF76D0;
}
.BgClassName
{
background-color: #BF76D0;
}
</style>
border-color css
<style>
span { border-color: #BF76D0; }
span { border-color: rgb(191,118,208); }
td.TdClassName
{
border-color: #BF76D0;
}
.TagClassName
{
border-color: #BF76D0;
}
</style>