Shades of Medium Orchid #BF6DE7
Tints of Medium Orchid #BF6DE7
RGB
CMYK
RGB Variations
Color information
#BF6DE7 (or 0xBF6DE7) is known color: Medium Orchid. HEX triplet: BF, 6D and E7. RGB value is (191,109,231). Sum of RGB (Red+Green+Blue) = 191+109+231=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 231 (90.62% from 255 or 43.50% from 531); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF6DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DE7 is #409218. Grayscale: #939393. Windows color (decimal): -4231705 or 15166911. OLE color: 15166911.
HSL color Cylindrical-coordinate representation of color #BF6DE7: hue angle of 280.33º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6DE7 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 109 | 231 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.09 |
| HSL | 280.33º | 0.72% | 0.67% | - |
| HSV(B) | 280.33º | 0.53% | 0.91% | - |
| XYZ | 41.38 | 27.78 | 78.78 | - |
| YUV | 147.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 231 | 0.17 | 0.53 | 0 | 0.09 | 280.33 | 0.72 | 0.67 |
| Hex | BF | 6D | E7 | 11 | 35 | 0 | 9 | 118 | 48 | 43 |
| Octal | 277 | 155 | 347 | 21 | 65 | 0 | 11 | 430 | 110 | 103 |
| Binary | 10111111 | 1101101 | 11100111 | 10001 | 110101 | 0 | 1001 | 100011000 | 1001000 | 1000011 |
Color Harmonies of #BF6DE7
Complementary color
Monochromatic Colors of #BF6DE7
Black with #BF6DE7
Text Example
Text Example
White with #BF6DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6DE7; }
p { color: rgb(191,109,231); }
H1.HeaderClassName
{
color: #BF6DE7;
}
.AnyTagClassName
{
color: #BF6DE7;
}
</style>
background-color css
<style>
a { background-color: #BF6DE7; }
a { background-color: rgb(191,109,231); }
div.DivClassName
{
background-color: #BF6DE7;
}
.BgClassName
{
background-color: #BF6DE7;
}
</style>
border-color css
<style>
span { border-color: #BF6DE7; }
span { border-color: rgb(191,109,231); }
td.TdClassName
{
border-color: #BF6DE7;
}
.TagClassName
{
border-color: #BF6DE7;
}
</style>