Shades of Medium Orchid #BF6DDA
Tints of Medium Orchid #BF6DDA
RGB
CMYK
RGB Variations
Color information
#BF6DDA (or 0xBF6DDA) is known color: Medium Orchid. HEX triplet: BF, 6D and DA. RGB value is (191,109,218). Sum of RGB (Red+Green+Blue) = 191+109+218=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DDA is #409225. Grayscale: #919191. Windows color (decimal): -4231718 or 14314943. OLE color: 14314943.
HSL color Cylindrical-coordinate representation of color #BF6DDA: hue angle of 285.14º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6DDA is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 109 | 218 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.15 |
| HSL | 285.14º | 0.6% | 0.64% | - |
| HSV(B) | 285.14º | 0.5% | 0.85% | - |
| XYZ | 39.61 | 27.08 | 69.47 | - |
| YUV | 145.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 218 | 0.12 | 0.5 | 0 | 0.15 | 285.14 | 0.6 | 0.64 |
| Hex | BF | 6D | DA | C | 32 | 0 | F | 11D | 3C | 40 |
| Octal | 277 | 155 | 332 | 14 | 62 | 0 | 17 | 435 | 74 | 100 |
| Binary | 10111111 | 1101101 | 11011010 | 1100 | 110010 | 0 | 1111 | 100011101 | 111100 | 1000000 |
Color Harmonies of #BF6DDA
Complementary color
Monochromatic Colors of #BF6DDA
Black with #BF6DDA
Text Example
Text Example
White with #BF6DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6DDA; }
p { color: rgb(191,109,218); }
H1.HeaderClassName
{
color: #BF6DDA;
}
.AnyTagClassName
{
color: #BF6DDA;
}
</style>
background-color css
<style>
a { background-color: #BF6DDA; }
a { background-color: rgb(191,109,218); }
div.DivClassName
{
background-color: #BF6DDA;
}
.BgClassName
{
background-color: #BF6DDA;
}
</style>
border-color css
<style>
span { border-color: #BF6DDA; }
span { border-color: rgb(191,109,218); }
td.TdClassName
{
border-color: #BF6DDA;
}
.TagClassName
{
border-color: #BF6DDA;
}
</style>