Shades of Medium Orchid #BF6FEC
Tints of Medium Orchid #BF6FEC
RGB
CMYK
RGB Variations
Color information
#BF6FEC (or 0xBF6FEC) is known color: Medium Orchid. HEX triplet: BF, 6F and EC. RGB value is (191,111,236). Sum of RGB (Red+Green+Blue) = 191+111+236=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FEC is #409013. Grayscale: #949494. Windows color (decimal): -4231188 or 15495103. OLE color: 15495103.
HSL color Cylindrical-coordinate representation of color #BF6FEC: hue angle of 278.4º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6FEC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 111 | 236 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.07 |
| HSL | 278.4º | 0.77% | 0.68% | - |
| HSV(B) | 278.4º | 0.53% | 0.93% | - |
| XYZ | 42.31 | 28.5 | 82.63 | - |
| YUV | 149.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 236 | 0.19 | 0.53 | 0 | 0.07 | 278.4 | 0.77 | 0.68 |
| Hex | BF | 6F | EC | 13 | 35 | 0 | 7 | 116 | 4D | 44 |
| Octal | 277 | 157 | 354 | 23 | 65 | 0 | 7 | 426 | 115 | 104 |
| Binary | 10111111 | 1101111 | 11101100 | 10011 | 110101 | 0 | 111 | 100010110 | 1001101 | 1000100 |
Color Harmonies of #BF6FEC
Complementary color
Monochromatic Colors of #BF6FEC
Black with #BF6FEC
Text Example
Text Example
White with #BF6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6FEC; }
p { color: rgb(191,111,236); }
H1.HeaderClassName
{
color: #BF6FEC;
}
.AnyTagClassName
{
color: #BF6FEC;
}
</style>
background-color css
<style>
a { background-color: #BF6FEC; }
a { background-color: rgb(191,111,236); }
div.DivClassName
{
background-color: #BF6FEC;
}
.BgClassName
{
background-color: #BF6FEC;
}
</style>
border-color css
<style>
span { border-color: #BF6FEC; }
span { border-color: rgb(191,111,236); }
td.TdClassName
{
border-color: #BF6FEC;
}
.TagClassName
{
border-color: #BF6FEC;
}
</style>