Shades of Medium Orchid #BA6FDF
Tints of Medium Orchid #BA6FDF
RGB
CMYK
RGB Variations
Color information
#BA6FDF (or 0xBA6FDF) is known color: Medium Orchid. HEX triplet: BA, 6F and DF. RGB value is (186,111,223). Sum of RGB (Red+Green+Blue) = 186+111+223=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 111 (43.75% from 255 or 21.35% 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 #BA6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FDF is #459020. Grayscale: #919191. Windows color (decimal): -4558881 or 14643130. OLE color: 14643130.
HSL color Cylindrical-coordinate representation of color #BA6FDF: hue angle of 280.18º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6FDF is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 111 | 223 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.13 |
| HSL | 280.18º | 0.64% | 0.65% | - |
| HSV(B) | 280.18º | 0.5% | 0.87% | - |
| XYZ | 39.25 | 27.14 | 72.98 | - |
| YUV | 146.19 | 171.35 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 223 | 0.17 | 0.50 | 0 | 0.13 | 280.18 | 0.64 | 0.65 |
| Hex | BA | 6F | DF | 11 | 32 | 0 | D | 118 | 40 | 41 |
| Octal | 272 | 157 | 337 | 21 | 62 | 0 | 15 | 430 | 100 | 101 |
| Binary | 10111010 | 1101111 | 11011111 | 10001 | 110010 | 0 | 1101 | 100011000 | 1000000 | 1000001 |
Color Harmonies of #BA6FDF
Complementary color
Monochromatic Colors of #BA6FDF
Black with #BA6FDF
Text Example
Text Example
White with #BA6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FDF; }
p { color: rgb(186,111,223); }
H1.HeaderClassName
{
color: #BA6FDF;
}
.AnyTagClassName
{
color: #BA6FDF;
}
</style>
background-color css
<style>
a { background-color: #BA6FDF; }
a { background-color: rgb(186,111,223); }
div.DivClassName
{
background-color: #BA6FDF;
}
.BgClassName
{
background-color: #BA6FDF;
}
</style>
border-color css
<style>
span { border-color: #BA6FDF; }
span { border-color: rgb(186,111,223); }
td.TdClassName
{
border-color: #BA6FDF;
}
.TagClassName
{
border-color: #BA6FDF;
}
</style>