Shades of Medium Orchid #BF6FDB
Tints of Medium Orchid #BF6FDB
RGB
CMYK
RGB Variations
Color information
#BF6FDB (or 0xBF6FDB) is known color: Medium Orchid. HEX triplet: BF, 6F and DB. RGB value is (191,111,219). Sum of RGB (Red+Green+Blue) = 191+111+219=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FDB is #409024. Grayscale: #929292. Windows color (decimal): -4231205 or 14380991. OLE color: 14380991.
HSL color Cylindrical-coordinate representation of color #BF6FDB: hue angle of 284.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6FDB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 111 | 219 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.14 |
| HSL | 284.44º | 0.6% | 0.65% | - |
| HSV(B) | 284.44º | 0.49% | 0.86% | - |
| XYZ | 39.96 | 27.56 | 70.23 | - |
| YUV | 147.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 219 | 0.13 | 0.49 | 0 | 0.14 | 284.44 | 0.6 | 0.65 |
| Hex | BF | 6F | DB | D | 31 | 0 | E | 11C | 3C | 41 |
| Octal | 277 | 157 | 333 | 15 | 61 | 0 | 16 | 434 | 74 | 101 |
| Binary | 10111111 | 1101111 | 11011011 | 1101 | 110001 | 0 | 1110 | 100011100 | 111100 | 1000001 |
Color Harmonies of #BF6FDB
Complementary color
Monochromatic Colors of #BF6FDB
Black with #BF6FDB
Text Example
Text Example
White with #BF6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FDB; }
p { color: rgb(191,111,219); }
H1.HeaderClassName
{
color: #BF6FDB;
}
.AnyTagClassName
{
color: #BF6FDB;
}
</style>
background-color css
<style>
a { background-color: #BF6FDB; }
a { background-color: rgb(191,111,219); }
div.DivClassName
{
background-color: #BF6FDB;
}
.BgClassName
{
background-color: #BF6FDB;
}
</style>
border-color css
<style>
span { border-color: #BF6FDB; }
span { border-color: rgb(191,111,219); }
td.TdClassName
{
border-color: #BF6FDB;
}
.TagClassName
{
border-color: #BF6FDB;
}
</style>