Shades of Medium Orchid #BA6FD6
Tints of Medium Orchid #BA6FD6
RGB
CMYK
RGB Variations
Color information
#BA6FD6 (or 0xBA6FD6) is known color: Medium Orchid. HEX triplet: BA, 6F and D6. RGB value is (186,111,214). Sum of RGB (Red+Green+Blue) = 186+111+214=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA6FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FD6 is #459029. Grayscale: #909090. Windows color (decimal): -4558890 or 14053306. OLE color: 14053306.
HSL color Cylindrical-coordinate representation of color #BA6FD6: hue angle of 283.69º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA6FD6 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 111 | 214 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.16 |
| HSL | 283.69º | 0.56% | 0.64% | - |
| HSV(B) | 283.69º | 0.48% | 0.84% | - |
| XYZ | 38.07 | 26.66 | 66.76 | - |
| YUV | 145.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 111 | 214 | 0.13 | 0.48 | 0 | 0.16 | 283.69 | 0.56 | 0.64 |
| Hex | BA | 6F | D6 | D | 30 | 0 | 10 | 11C | 38 | 40 |
| Octal | 272 | 157 | 326 | 15 | 60 | 0 | 20 | 434 | 70 | 100 |
| Binary | 10111010 | 1101111 | 11010110 | 1101 | 110000 | 0 | 10000 | 100011100 | 111000 | 1000000 |
Color Harmonies of #BA6FD6
Complementary color
Monochromatic Colors of #BA6FD6
Black with #BA6FD6
Text Example
Text Example
White with #BA6FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6FD6; }
p { color: rgb(186,111,214); }
H1.HeaderClassName
{
color: #BA6FD6;
}
.AnyTagClassName
{
color: #BA6FD6;
}
</style>
background-color css
<style>
a { background-color: #BA6FD6; }
a { background-color: rgb(186,111,214); }
div.DivClassName
{
background-color: #BA6FD6;
}
.BgClassName
{
background-color: #BA6FD6;
}
</style>
border-color css
<style>
span { border-color: #BA6FD6; }
span { border-color: rgb(186,111,214); }
td.TdClassName
{
border-color: #BA6FD6;
}
.TagClassName
{
border-color: #BA6FD6;
}
</style>