Shades of Medium Orchid #BF68EF
Tints of Medium Orchid #BF68EF
RGB
CMYK
RGB Variations
Color information
#BF68EF (or 0xBF68EF) is known color: Medium Orchid. HEX triplet: BF, 68 and EF. RGB value is (191,104,239). Sum of RGB (Red+Green+Blue) = 191+104+239=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68EF is #409710. Grayscale: #909090. Windows color (decimal): -4232977 or 15689919. OLE color: 15689919.
HSL color Cylindrical-coordinate representation of color #BF68EF: hue angle of 278.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF68EF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 104 | 239 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.06 |
| HSL | 278.67º | 0.81% | 0.67% | - |
| HSV(B) | 278.67º | 0.56% | 0.94% | - |
| XYZ | 42.02 | 27.21 | 84.7 | - |
| YUV | 145.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 239 | 0.20 | 0.56 | 0 | 0.06 | 278.67 | 0.81 | 0.67 |
| Hex | BF | 68 | EF | 14 | 38 | 0 | 6 | 117 | 51 | 43 |
| Octal | 277 | 150 | 357 | 24 | 70 | 0 | 6 | 427 | 121 | 103 |
| Binary | 10111111 | 1101000 | 11101111 | 10100 | 111000 | 0 | 110 | 100010111 | 1010001 | 1000011 |
Color Harmonies of #BF68EF
Complementary color
Monochromatic Colors of #BF68EF
Black with #BF68EF
Text Example
Text Example
White with #BF68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68EF; }
p { color: rgb(191,104,239); }
H1.HeaderClassName
{
color: #BF68EF;
}
.AnyTagClassName
{
color: #BF68EF;
}
</style>
background-color css
<style>
a { background-color: #BF68EF; }
a { background-color: rgb(191,104,239); }
div.DivClassName
{
background-color: #BF68EF;
}
.BgClassName
{
background-color: #BF68EF;
}
</style>
border-color css
<style>
span { border-color: #BF68EF; }
span { border-color: rgb(191,104,239); }
td.TdClassName
{
border-color: #BF68EF;
}
.TagClassName
{
border-color: #BF68EF;
}
</style>