Shades of Medium Orchid #BF6ADE
Tints of Medium Orchid #BF6ADE
RGB
CMYK
RGB Variations
Color information
#BF6ADE (or 0xBF6ADE) is known color: Medium Orchid. HEX triplet: BF, 6A and DE. RGB value is (191,106,222). Sum of RGB (Red+Green+Blue) = 191+106+222=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ADE is #409521. Grayscale: #909090. Windows color (decimal): -4232482 or 14576319. OLE color: 14576319.
HSL color Cylindrical-coordinate representation of color #BF6ADE: hue angle of 283.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF6ADE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 106 | 222 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.13 |
| HSL | 283.97º | 0.64% | 0.64% | - |
| HSV(B) | 283.97º | 0.52% | 0.87% | - |
| XYZ | 39.82 | 26.66 | 72.15 | - |
| YUV | 144.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 222 | 0.14 | 0.52 | 0 | 0.13 | 283.97 | 0.64 | 0.64 |
| Hex | BF | 6A | DE | E | 34 | 0 | D | 11C | 40 | 40 |
| Octal | 277 | 152 | 336 | 16 | 64 | 0 | 15 | 434 | 100 | 100 |
| Binary | 10111111 | 1101010 | 11011110 | 1110 | 110100 | 0 | 1101 | 100011100 | 1000000 | 1000000 |
Color Harmonies of #BF6ADE
Complementary color
Monochromatic Colors of #BF6ADE
Black with #BF6ADE
Text Example
Text Example
White with #BF6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ADE; }
p { color: rgb(191,106,222); }
H1.HeaderClassName
{
color: #BF6ADE;
}
.AnyTagClassName
{
color: #BF6ADE;
}
</style>
background-color css
<style>
a { background-color: #BF6ADE; }
a { background-color: rgb(191,106,222); }
div.DivClassName
{
background-color: #BF6ADE;
}
.BgClassName
{
background-color: #BF6ADE;
}
</style>
border-color css
<style>
span { border-color: #BF6ADE; }
span { border-color: rgb(191,106,222); }
td.TdClassName
{
border-color: #BF6ADE;
}
.TagClassName
{
border-color: #BF6ADE;
}
</style>