Shades of Medium Orchid #BA6DD8
Tints of Medium Orchid #BA6DD8
RGB
CMYK
RGB Variations
Color information
#BA6DD8 (or 0xBA6DD8) is known color: Medium Orchid. HEX triplet: BA, 6D and D8. RGB value is (186,109,216). Sum of RGB (Red+Green+Blue) = 186+109+216=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA6DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DD8 is #459227. Grayscale: #8F8F8F. Windows color (decimal): -4559400 or 14183866. OLE color: 14183866.
HSL color Cylindrical-coordinate representation of color #BA6DD8: hue angle of 283.18º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6DD8 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 109 | 216 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.15 |
| HSL | 283.18º | 0.58% | 0.64% | - |
| HSV(B) | 283.18º | 0.5% | 0.85% | - |
| XYZ | 38.11 | 26.33 | 68.04 | - |
| YUV | 144.22 | 168.51 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 109 | 216 | 0.14 | 0.50 | 0 | 0.15 | 283.18 | 0.58 | 0.64 |
| Hex | BA | 6D | D8 | E | 32 | 0 | F | 11B | 3A | 40 |
| Octal | 272 | 155 | 330 | 16 | 62 | 0 | 17 | 433 | 72 | 100 |
| Binary | 10111010 | 1101101 | 11011000 | 1110 | 110010 | 0 | 1111 | 100011011 | 111010 | 1000000 |
Color Harmonies of #BA6DD8
Complementary color
Monochromatic Colors of #BA6DD8
Black with #BA6DD8
Text Example
Text Example
White with #BA6DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6DD8; }
p { color: rgb(186,109,216); }
H1.HeaderClassName
{
color: #BA6DD8;
}
.AnyTagClassName
{
color: #BA6DD8;
}
</style>
background-color css
<style>
a { background-color: #BA6DD8; }
a { background-color: rgb(186,109,216); }
div.DivClassName
{
background-color: #BA6DD8;
}
.BgClassName
{
background-color: #BA6DD8;
}
</style>
border-color css
<style>
span { border-color: #BA6DD8; }
span { border-color: rgb(186,109,216); }
td.TdClassName
{
border-color: #BA6DD8;
}
.TagClassName
{
border-color: #BA6DD8;
}
</style>