Shades of Medium Orchid #BF68D1
Tints of Medium Orchid #BF68D1
RGB
CMYK
RGB Variations
Color information
#BF68D1 (or 0xBF68D1) is known color: Medium Orchid. HEX triplet: BF, 68 and D1. RGB value is (191,104,209). Sum of RGB (Red+Green+Blue) = 191+104+209=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF68D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68D1 is #40972E. Grayscale: #8D8D8D. Windows color (decimal): -4233007 or 13723839. OLE color: 13723839.
HSL color Cylindrical-coordinate representation of color #BF68D1: hue angle of 289.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF68D1 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 104 | 209 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.18 |
| HSL | 289.71º | 0.53% | 0.61% | - |
| HSV(B) | 289.71º | 0.5% | 0.82% | - |
| XYZ | 37.94 | 25.58 | 63.26 | - |
| YUV | 141.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 209 | 0.09 | 0.50 | 0 | 0.18 | 289.71 | 0.53 | 0.61 |
| Hex | BF | 68 | D1 | 9 | 32 | 0 | 12 | 122 | 35 | 3D |
| Octal | 277 | 150 | 321 | 11 | 62 | 0 | 22 | 442 | 65 | 75 |
| Binary | 10111111 | 1101000 | 11010001 | 1001 | 110010 | 0 | 10010 | 100100010 | 110101 | 111101 |
Color Harmonies of #BF68D1
Complementary color
Monochromatic Colors of #BF68D1
Black with #BF68D1
Text Example
Text Example
White with #BF68D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68D1; }
p { color: rgb(191,104,209); }
H1.HeaderClassName
{
color: #BF68D1;
}
.AnyTagClassName
{
color: #BF68D1;
}
</style>
background-color css
<style>
a { background-color: #BF68D1; }
a { background-color: rgb(191,104,209); }
div.DivClassName
{
background-color: #BF68D1;
}
.BgClassName
{
background-color: #BF68D1;
}
</style>
border-color css
<style>
span { border-color: #BF68D1; }
span { border-color: rgb(191,104,209); }
td.TdClassName
{
border-color: #BF68D1;
}
.TagClassName
{
border-color: #BF68D1;
}
</style>