Shades of Medium Orchid #BF68DE
Tints of Medium Orchid #BF68DE
RGB
CMYK
RGB Variations
Color information
#BF68DE (or 0xBF68DE) is known color: Medium Orchid. HEX triplet: BF, 68 and DE. RGB value is (191,104,222). Sum of RGB (Red+Green+Blue) = 191+104+222=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF68DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68DE is #409721. Grayscale: #8F8F8F. Windows color (decimal): -4232994 or 14575807. OLE color: 14575807.
HSL color Cylindrical-coordinate representation of color #BF68DE: hue angle of 284.24º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF68DE is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 104 | 222 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.13 |
| HSL | 284.24º | 0.64% | 0.64% | - |
| HSV(B) | 284.24º | 0.53% | 0.87% | - |
| XYZ | 39.62 | 26.25 | 72.09 | - |
| YUV | 143.47 | 172.32 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 222 | 0.14 | 0.53 | 0 | 0.13 | 284.24 | 0.64 | 0.64 |
| Hex | BF | 68 | DE | E | 35 | 0 | D | 11C | 40 | 40 |
| Octal | 277 | 150 | 336 | 16 | 65 | 0 | 15 | 434 | 100 | 100 |
| Binary | 10111111 | 1101000 | 11011110 | 1110 | 110101 | 0 | 1101 | 100011100 | 1000000 | 1000000 |
Color Harmonies of #BF68DE
Complementary color
Monochromatic Colors of #BF68DE
Black with #BF68DE
Text Example
Text Example
White with #BF68DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68DE; }
p { color: rgb(191,104,222); }
H1.HeaderClassName
{
color: #BF68DE;
}
.AnyTagClassName
{
color: #BF68DE;
}
</style>
background-color css
<style>
a { background-color: #BF68DE; }
a { background-color: rgb(191,104,222); }
div.DivClassName
{
background-color: #BF68DE;
}
.BgClassName
{
background-color: #BF68DE;
}
</style>
border-color css
<style>
span { border-color: #BF68DE; }
span { border-color: rgb(191,104,222); }
td.TdClassName
{
border-color: #BF68DE;
}
.TagClassName
{
border-color: #BF68DE;
}
</style>