Shades of Medium Orchid #BF6ED0
Tints of Medium Orchid #BF6ED0
RGB
CMYK
RGB Variations
Color information
#BF6ED0 (or 0xBF6ED0) is known color: Medium Orchid. HEX triplet: BF, 6E and D0. RGB value is (191,110,208). Sum of RGB (Red+Green+Blue) = 191+110+208=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ED0 is #40912F. Grayscale: #919191. Windows color (decimal): -4231472 or 13659839. OLE color: 13659839.
HSL color Cylindrical-coordinate representation of color #BF6ED0: hue angle of 289.59º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6ED0 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 110 | 208 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.18 |
| HSL | 289.59º | 0.51% | 0.62% | - |
| HSV(B) | 289.59º | 0.47% | 0.82% | - |
| XYZ | 38.45 | 26.78 | 62.82 | - |
| YUV | 145.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 110 | 208 | 0.08 | 0.47 | 0 | 0.18 | 289.59 | 0.51 | 0.62 |
| Hex | BF | 6E | D0 | 8 | 2F | 0 | 12 | 122 | 33 | 3E |
| Octal | 277 | 156 | 320 | 10 | 57 | 0 | 22 | 442 | 63 | 76 |
| Binary | 10111111 | 1101110 | 11010000 | 1000 | 101111 | 0 | 10010 | 100100010 | 110011 | 111110 |
Color Harmonies of #BF6ED0
Complementary color
Monochromatic Colors of #BF6ED0
Black with #BF6ED0
Text Example
Text Example
White with #BF6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ED0; }
p { color: rgb(191,110,208); }
H1.HeaderClassName
{
color: #BF6ED0;
}
.AnyTagClassName
{
color: #BF6ED0;
}
</style>
background-color css
<style>
a { background-color: #BF6ED0; }
a { background-color: rgb(191,110,208); }
div.DivClassName
{
background-color: #BF6ED0;
}
.BgClassName
{
background-color: #BF6ED0;
}
</style>
border-color css
<style>
span { border-color: #BF6ED0; }
span { border-color: rgb(191,110,208); }
td.TdClassName
{
border-color: #BF6ED0;
}
.TagClassName
{
border-color: #BF6ED0;
}
</style>