Shades of Medium Orchid #BF68DB
Tints of Medium Orchid #BF68DB
RGB
CMYK
RGB Variations
Color information
#BF68DB (or 0xBF68DB) is known color: Medium Orchid. HEX triplet: BF, 68 and DB. RGB value is (191,104,219). Sum of RGB (Red+Green+Blue) = 191+104+219=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF68DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68DB is #409724. Grayscale: #8E8E8E. Windows color (decimal): -4232997 or 14379199. OLE color: 14379199.
HSL color Cylindrical-coordinate representation of color #BF68DB: hue angle of 285.39º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF68DB is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 104 | 219 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.14 |
| HSL | 285.39º | 0.61% | 0.63% | - |
| HSV(B) | 285.39º | 0.53% | 0.86% | - |
| XYZ | 39.22 | 26.09 | 69.99 | - |
| YUV | 143.12 | 170.82 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 219 | 0.13 | 0.53 | 0 | 0.14 | 285.39 | 0.61 | 0.63 |
| Hex | BF | 68 | DB | D | 35 | 0 | E | 11D | 3D | 3F |
| Octal | 277 | 150 | 333 | 15 | 65 | 0 | 16 | 435 | 75 | 77 |
| Binary | 10111111 | 1101000 | 11011011 | 1101 | 110101 | 0 | 1110 | 100011101 | 111101 | 111111 |
Color Harmonies of #BF68DB
Complementary color
Monochromatic Colors of #BF68DB
Black with #BF68DB
Text Example
Text Example
White with #BF68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68DB; }
p { color: rgb(191,104,219); }
H1.HeaderClassName
{
color: #BF68DB;
}
.AnyTagClassName
{
color: #BF68DB;
}
</style>
background-color css
<style>
a { background-color: #BF68DB; }
a { background-color: rgb(191,104,219); }
div.DivClassName
{
background-color: #BF68DB;
}
.BgClassName
{
background-color: #BF68DB;
}
</style>
border-color css
<style>
span { border-color: #BF68DB; }
span { border-color: rgb(191,104,219); }
td.TdClassName
{
border-color: #BF68DB;
}
.TagClassName
{
border-color: #BF68DB;
}
</style>