Shades of Medium Orchid #BF6CDB
Tints of Medium Orchid #BF6CDB
RGB
CMYK
RGB Variations
Color information
#BF6CDB (or 0xBF6CDB) is known color: Medium Orchid. HEX triplet: BF, 6C and DB. RGB value is (191,108,219). Sum of RGB (Red+Green+Blue) = 191+108+219=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6CDB is #409324. Grayscale: #919191. Windows color (decimal): -4231973 or 14380223. OLE color: 14380223.
HSL color Cylindrical-coordinate representation of color #BF6CDB: hue angle of 284.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6CDB is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 108 | 219 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.14 |
| HSL | 284.86º | 0.61% | 0.64% | - |
| HSV(B) | 284.86º | 0.51% | 0.86% | - |
| XYZ | 39.63 | 26.92 | 70.12 | - |
| YUV | 145.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 219 | 0.13 | 0.51 | 0 | 0.14 | 284.86 | 0.61 | 0.64 |
| Hex | BF | 6C | DB | D | 33 | 0 | E | 11D | 3D | 40 |
| Octal | 277 | 154 | 333 | 15 | 63 | 0 | 16 | 435 | 75 | 100 |
| Binary | 10111111 | 1101100 | 11011011 | 1101 | 110011 | 0 | 1110 | 100011101 | 111101 | 1000000 |
Color Harmonies of #BF6CDB
Complementary color
Monochromatic Colors of #BF6CDB
Black with #BF6CDB
Text Example
Text Example
White with #BF6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CDB; }
p { color: rgb(191,108,219); }
H1.HeaderClassName
{
color: #BF6CDB;
}
.AnyTagClassName
{
color: #BF6CDB;
}
</style>
background-color css
<style>
a { background-color: #BF6CDB; }
a { background-color: rgb(191,108,219); }
div.DivClassName
{
background-color: #BF6CDB;
}
.BgClassName
{
background-color: #BF6CDB;
}
</style>
border-color css
<style>
span { border-color: #BF6CDB; }
span { border-color: rgb(191,108,219); }
td.TdClassName
{
border-color: #BF6CDB;
}
.TagClassName
{
border-color: #BF6CDB;
}
</style>