Shades of Medium Orchid #BA6DDF
Tints of Medium Orchid #BA6DDF
RGB
CMYK
RGB Variations
Color information
#BA6DDF (or 0xBA6DDF) is known color: Medium Orchid. HEX triplet: BA, 6D and DF. RGB value is (186,109,223). Sum of RGB (Red+Green+Blue) = 186+109+223=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DDF is #459220. Grayscale: #909090. Windows color (decimal): -4559393 or 14642618. OLE color: 14642618.
HSL color Cylindrical-coordinate representation of color #BA6DDF: hue angle of 280.53º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA6DDF is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 109 | 223 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.13 |
| HSL | 280.53º | 0.64% | 0.65% | - |
| HSV(B) | 280.53º | 0.51% | 0.87% | - |
| XYZ | 39.04 | 26.7 | 72.91 | - |
| YUV | 145.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 223 | 0.17 | 0.51 | 0 | 0.13 | 280.53 | 0.64 | 0.65 |
| Hex | BA | 6D | DF | 11 | 33 | 0 | D | 119 | 40 | 41 |
| Octal | 272 | 155 | 337 | 21 | 63 | 0 | 15 | 431 | 100 | 101 |
| Binary | 10111010 | 1101101 | 11011111 | 10001 | 110011 | 0 | 1101 | 100011001 | 1000000 | 1000001 |
Color Harmonies of #BA6DDF
Complementary color
Monochromatic Colors of #BA6DDF
Black with #BA6DDF
Text Example
Text Example
White with #BA6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DDF; }
p { color: rgb(186,109,223); }
H1.HeaderClassName
{
color: #BA6DDF;
}
.AnyTagClassName
{
color: #BA6DDF;
}
</style>
background-color css
<style>
a { background-color: #BA6DDF; }
a { background-color: rgb(186,109,223); }
div.DivClassName
{
background-color: #BA6DDF;
}
.BgClassName
{
background-color: #BA6DDF;
}
</style>
border-color css
<style>
span { border-color: #BA6DDF; }
span { border-color: rgb(186,109,223); }
td.TdClassName
{
border-color: #BA6DDF;
}
.TagClassName
{
border-color: #BA6DDF;
}
</style>