Shades of Medium Orchid #BF6ED5
Tints of Medium Orchid #BF6ED5
RGB
CMYK
RGB Variations
Color information
#BF6ED5 (or 0xBF6ED5) is known color: Medium Orchid. HEX triplet: BF, 6E and D5. RGB value is (191,110,213). Sum of RGB (Red+Green+Blue) = 191+110+213=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 213 (83.59% from 255 or 41.44% from 514); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF6ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ED5 is #40912A. Grayscale: #919191. Windows color (decimal): -4231467 or 13987519. OLE color: 13987519.
HSL color Cylindrical-coordinate representation of color #BF6ED5: hue angle of 287.18º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6ED5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 110 | 213 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.16 |
| HSL | 287.18º | 0.55% | 0.63% | - |
| HSV(B) | 287.18º | 0.48% | 0.84% | - |
| XYZ | 39.07 | 27.03 | 66.11 | - |
| YUV | 145.96 | 165.84 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 213 | 0.10 | 0.48 | 0 | 0.16 | 287.18 | 0.55 | 0.63 |
| Hex | BF | 6E | D5 | A | 30 | 0 | 10 | 11F | 37 | 3F |
| Octal | 277 | 156 | 325 | 12 | 60 | 0 | 20 | 437 | 67 | 77 |
| Binary | 10111111 | 1101110 | 11010101 | 1010 | 110000 | 0 | 10000 | 100011111 | 110111 | 111111 |
Color Harmonies of #BF6ED5
Complementary color
Monochromatic Colors of #BF6ED5
Black with #BF6ED5
Text Example
Text Example
White with #BF6ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ED5; }
p { color: rgb(191,110,213); }
H1.HeaderClassName
{
color: #BF6ED5;
}
.AnyTagClassName
{
color: #BF6ED5;
}
</style>
background-color css
<style>
a { background-color: #BF6ED5; }
a { background-color: rgb(191,110,213); }
div.DivClassName
{
background-color: #BF6ED5;
}
.BgClassName
{
background-color: #BF6ED5;
}
</style>
border-color css
<style>
span { border-color: #BF6ED5; }
span { border-color: rgb(191,110,213); }
td.TdClassName
{
border-color: #BF6ED5;
}
.TagClassName
{
border-color: #BF6ED5;
}
</style>