Shades of Medium Orchid #BF6ADF
Tints of Medium Orchid #BF6ADF
RGB
CMYK
RGB Variations
Color information
#BF6ADF (or 0xBF6ADF) is known color: Medium Orchid. HEX triplet: BF, 6A and DF. RGB value is (191,106,223). Sum of RGB (Red+Green+Blue) = 191+106+223=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6ADF is #409520. Grayscale: #909090. Windows color (decimal): -4232481 or 14641855. OLE color: 14641855.
HSL color Cylindrical-coordinate representation of color #BF6ADF: hue angle of 283.59º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF6ADF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 106 | 223 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.13 |
| HSL | 283.59º | 0.65% | 0.65% | - |
| HSV(B) | 283.59º | 0.52% | 0.87% | - |
| XYZ | 39.96 | 26.71 | 72.86 | - |
| YUV | 144.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 223 | 0.14 | 0.52 | 0 | 0.13 | 283.59 | 0.65 | 0.65 |
| Hex | BF | 6A | DF | E | 34 | 0 | D | 11C | 41 | 41 |
| Octal | 277 | 152 | 337 | 16 | 64 | 0 | 15 | 434 | 101 | 101 |
| Binary | 10111111 | 1101010 | 11011111 | 1110 | 110100 | 0 | 1101 | 100011100 | 1000001 | 1000001 |
Color Harmonies of #BF6ADF
Complementary color
Monochromatic Colors of #BF6ADF
Black with #BF6ADF
Text Example
Text Example
White with #BF6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6ADF; }
p { color: rgb(191,106,223); }
H1.HeaderClassName
{
color: #BF6ADF;
}
.AnyTagClassName
{
color: #BF6ADF;
}
</style>
background-color css
<style>
a { background-color: #BF6ADF; }
a { background-color: rgb(191,106,223); }
div.DivClassName
{
background-color: #BF6ADF;
}
.BgClassName
{
background-color: #BF6ADF;
}
</style>
border-color css
<style>
span { border-color: #BF6ADF; }
span { border-color: rgb(191,106,223); }
td.TdClassName
{
border-color: #BF6ADF;
}
.TagClassName
{
border-color: #BF6ADF;
}
</style>