Shades of Medium Orchid #BA6BDF
Tints of Medium Orchid #BA6BDF
RGB
CMYK
RGB Variations
Color information
#BA6BDF (or 0xBA6BDF) is known color: Medium Orchid. HEX triplet: BA, 6B and DF. RGB value is (186,107,223). Sum of RGB (Red+Green+Blue) = 186+107+223=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BDF is #459420. Grayscale: #8F8F8F. Windows color (decimal): -4559905 or 14642106. OLE color: 14642106.
HSL color Cylindrical-coordinate representation of color #BA6BDF: hue angle of 280.86º degrees, saturation: 0.64, 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 #BA6BDF is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 107 | 223 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.13 |
| HSL | 280.86º | 0.64% | 0.65% | - |
| HSV(B) | 280.86º | 0.52% | 0.87% | - |
| XYZ | 38.83 | 26.28 | 72.84 | - |
| YUV | 143.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 223 | 0.17 | 0.52 | 0 | 0.13 | 280.86 | 0.64 | 0.65 |
| Hex | BA | 6B | DF | 11 | 34 | 0 | D | 119 | 40 | 41 |
| Octal | 272 | 153 | 337 | 21 | 64 | 0 | 15 | 431 | 100 | 101 |
| Binary | 10111010 | 1101011 | 11011111 | 10001 | 110100 | 0 | 1101 | 100011001 | 1000000 | 1000001 |
Color Harmonies of #BA6BDF
Complementary color
Monochromatic Colors of #BA6BDF
Black with #BA6BDF
Text Example
Text Example
White with #BA6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BDF; }
p { color: rgb(186,107,223); }
H1.HeaderClassName
{
color: #BA6BDF;
}
.AnyTagClassName
{
color: #BA6BDF;
}
</style>
background-color css
<style>
a { background-color: #BA6BDF; }
a { background-color: rgb(186,107,223); }
div.DivClassName
{
background-color: #BA6BDF;
}
.BgClassName
{
background-color: #BA6BDF;
}
</style>
border-color css
<style>
span { border-color: #BA6BDF; }
span { border-color: rgb(186,107,223); }
td.TdClassName
{
border-color: #BA6BDF;
}
.TagClassName
{
border-color: #BA6BDF;
}
</style>