Shades of Medium Orchid #BF6EEC
Tints of Medium Orchid #BF6EEC
RGB
CMYK
RGB Variations
Color information
#BF6EEC (or 0xBF6EEC) is known color: Medium Orchid. HEX triplet: BF, 6E and EC. RGB value is (191,110,236). Sum of RGB (Red+Green+Blue) = 191+110+236=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EEC is #409113. Grayscale: #949494. Windows color (decimal): -4231444 or 15494847. OLE color: 15494847.
HSL color Cylindrical-coordinate representation of color #BF6EEC: hue angle of 278.57º 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 #BF6EEC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 110 | 236 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.07 |
| HSL | 278.57º | 0.77% | 0.68% | - |
| HSV(B) | 278.57º | 0.53% | 0.93% | - |
| XYZ | 42.2 | 28.28 | 82.59 | - |
| YUV | 148.58 | 177.34 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 236 | 0.19 | 0.53 | 0 | 0.07 | 278.57 | 0.77 | 0.68 |
| Hex | BF | 6E | EC | 13 | 35 | 0 | 7 | 117 | 4D | 44 |
| Octal | 277 | 156 | 354 | 23 | 65 | 0 | 7 | 427 | 115 | 104 |
| Binary | 10111111 | 1101110 | 11101100 | 10011 | 110101 | 0 | 111 | 100010111 | 1001101 | 1000100 |
Color Harmonies of #BF6EEC
Complementary color
Monochromatic Colors of #BF6EEC
Black with #BF6EEC
Text Example
Text Example
White with #BF6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6EEC; }
p { color: rgb(191,110,236); }
H1.HeaderClassName
{
color: #BF6EEC;
}
.AnyTagClassName
{
color: #BF6EEC;
}
</style>
background-color css
<style>
a { background-color: #BF6EEC; }
a { background-color: rgb(191,110,236); }
div.DivClassName
{
background-color: #BF6EEC;
}
.BgClassName
{
background-color: #BF6EEC;
}
</style>
border-color css
<style>
span { border-color: #BF6EEC; }
span { border-color: rgb(191,110,236); }
td.TdClassName
{
border-color: #BF6EEC;
}
.TagClassName
{
border-color: #BF6EEC;
}
</style>