Shades of Medium Orchid #BF77DB
Tints of Medium Orchid #BF77DB
RGB
CMYK
RGB Variations
Color information
#BF77DB (or 0xBF77DB) is known color: Medium Orchid. HEX triplet: BF, 77 and DB. RGB value is (191,119,219). Sum of RGB (Red+Green+Blue) = 191+119+219=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77DB is #408824. Grayscale: #979797. Windows color (decimal): -4229157 or 14383039. OLE color: 14383039.
HSL color Cylindrical-coordinate representation of color #BF77DB: hue angle of 283.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF77DB is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 119 | 219 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.14 |
| HSL | 283.2º | 0.58% | 0.66% | - |
| HSV(B) | 283.2º | 0.46% | 0.86% | - |
| XYZ | 40.87 | 29.38 | 70.54 | - |
| YUV | 151.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 119 | 219 | 0.13 | 0.46 | 0 | 0.14 | 283.2 | 0.58 | 0.66 |
| Hex | BF | 77 | DB | D | 2E | 0 | E | 11B | 3A | 42 |
| Octal | 277 | 167 | 333 | 15 | 56 | 0 | 16 | 433 | 72 | 102 |
| Binary | 10111111 | 1110111 | 11011011 | 1101 | 101110 | 0 | 1110 | 100011011 | 111010 | 1000010 |
Color Harmonies of #BF77DB
Complementary color
Monochromatic Colors of #BF77DB
Black with #BF77DB
Text Example
Text Example
White with #BF77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF77DB; }
p { color: rgb(191,119,219); }
H1.HeaderClassName
{
color: #BF77DB;
}
.AnyTagClassName
{
color: #BF77DB;
}
</style>
background-color css
<style>
a { background-color: #BF77DB; }
a { background-color: rgb(191,119,219); }
div.DivClassName
{
background-color: #BF77DB;
}
.BgClassName
{
background-color: #BF77DB;
}
</style>
border-color css
<style>
span { border-color: #BF77DB; }
span { border-color: rgb(191,119,219); }
td.TdClassName
{
border-color: #BF77DB;
}
.TagClassName
{
border-color: #BF77DB;
}
</style>