Shades of Medium Orchid #BF68DF
Tints of Medium Orchid #BF68DF
RGB
CMYK
RGB Variations
Color information
#BF68DF (or 0xBF68DF) is known color: Medium Orchid. HEX triplet: BF, 68 and DF. RGB value is (191,104,223). Sum of RGB (Red+Green+Blue) = 191+104+223=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF68DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68DF is #409720. Grayscale: #8F8F8F. Windows color (decimal): -4232993 or 14641343. OLE color: 14641343.
HSL color Cylindrical-coordinate representation of color #BF68DF: hue angle of 283.87º degrees, saturation: 0.65, 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 #BF68DF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 104 | 223 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.13 |
| HSL | 283.87º | 0.65% | 0.64% | - |
| HSV(B) | 283.87º | 0.53% | 0.87% | - |
| XYZ | 39.76 | 26.3 | 72.79 | - |
| YUV | 143.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 223 | 0.14 | 0.53 | 0 | 0.13 | 283.87 | 0.65 | 0.64 |
| Hex | BF | 68 | DF | E | 35 | 0 | D | 11C | 41 | 40 |
| Octal | 277 | 150 | 337 | 16 | 65 | 0 | 15 | 434 | 101 | 100 |
| Binary | 10111111 | 1101000 | 11011111 | 1110 | 110101 | 0 | 1101 | 100011100 | 1000001 | 1000000 |
Color Harmonies of #BF68DF
Complementary color
Monochromatic Colors of #BF68DF
Black with #BF68DF
Text Example
Text Example
White with #BF68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68DF; }
p { color: rgb(191,104,223); }
H1.HeaderClassName
{
color: #BF68DF;
}
.AnyTagClassName
{
color: #BF68DF;
}
</style>
background-color css
<style>
a { background-color: #BF68DF; }
a { background-color: rgb(191,104,223); }
div.DivClassName
{
background-color: #BF68DF;
}
.BgClassName
{
background-color: #BF68DF;
}
</style>
border-color css
<style>
span { border-color: #BF68DF; }
span { border-color: rgb(191,104,223); }
td.TdClassName
{
border-color: #BF68DF;
}
.TagClassName
{
border-color: #BF68DF;
}
</style>