Shades of Medium Orchid #BF68EC
Tints of Medium Orchid #BF68EC
RGB
CMYK
RGB Variations
Color information
#BF68EC (or 0xBF68EC) is known color: Medium Orchid. HEX triplet: BF, 68 and EC. RGB value is (191,104,236). Sum of RGB (Red+Green+Blue) = 191+104+236=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF68EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF68EC is #409713. Grayscale: #909090. Windows color (decimal): -4232980 or 15493311. OLE color: 15493311.
HSL color Cylindrical-coordinate representation of color #BF68EC: hue angle of 279.55º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF68EC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 104 | 236 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.07 |
| HSL | 279.55º | 0.78% | 0.67% | - |
| HSV(B) | 279.55º | 0.56% | 0.93% | - |
| XYZ | 41.58 | 27.03 | 82.38 | - |
| YUV | 145.06 | 179.32 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 104 | 236 | 0.19 | 0.56 | 0 | 0.07 | 279.55 | 0.78 | 0.67 |
| Hex | BF | 68 | EC | 13 | 38 | 0 | 7 | 118 | 4E | 43 |
| Octal | 277 | 150 | 354 | 23 | 70 | 0 | 7 | 430 | 116 | 103 |
| Binary | 10111111 | 1101000 | 11101100 | 10011 | 111000 | 0 | 111 | 100011000 | 1001110 | 1000011 |
Color Harmonies of #BF68EC
Complementary color
Monochromatic Colors of #BF68EC
Black with #BF68EC
Text Example
Text Example
White with #BF68EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF68EC; }
p { color: rgb(191,104,236); }
H1.HeaderClassName
{
color: #BF68EC;
}
.AnyTagClassName
{
color: #BF68EC;
}
</style>
background-color css
<style>
a { background-color: #BF68EC; }
a { background-color: rgb(191,104,236); }
div.DivClassName
{
background-color: #BF68EC;
}
.BgClassName
{
background-color: #BF68EC;
}
</style>
border-color css
<style>
span { border-color: #BF68EC; }
span { border-color: rgb(191,104,236); }
td.TdClassName
{
border-color: #BF68EC;
}
.TagClassName
{
border-color: #BF68EC;
}
</style>