Shades of Medium Orchid #BA6BDE
Tints of Medium Orchid #BA6BDE
RGB
CMYK
RGB Variations
Color information
#BA6BDE (or 0xBA6BDE) is known color: Medium Orchid. HEX triplet: BA, 6B and DE. RGB value is (186,107,222). Sum of RGB (Red+Green+Blue) = 186+107+222=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BDE is #459421. Grayscale: #8F8F8F. Windows color (decimal): -4559906 or 14576570. OLE color: 14576570.
HSL color Cylindrical-coordinate representation of color #BA6BDE: hue angle of 281.22º 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 #BA6BDE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 107 | 222 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.13 |
| HSL | 281.22º | 0.64% | 0.65% | - |
| HSV(B) | 281.22º | 0.52% | 0.87% | - |
| XYZ | 38.69 | 26.23 | 72.13 | - |
| YUV | 143.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 222 | 0.16 | 0.52 | 0 | 0.13 | 281.22 | 0.64 | 0.65 |
| Hex | BA | 6B | DE | 10 | 34 | 0 | D | 119 | 40 | 41 |
| Octal | 272 | 153 | 336 | 20 | 64 | 0 | 15 | 431 | 100 | 101 |
| Binary | 10111010 | 1101011 | 11011110 | 10000 | 110100 | 0 | 1101 | 100011001 | 1000000 | 1000001 |
Color Harmonies of #BA6BDE
Complementary color
Monochromatic Colors of #BA6BDE
Black with #BA6BDE
Text Example
Text Example
White with #BA6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BDE; }
p { color: rgb(186,107,222); }
H1.HeaderClassName
{
color: #BA6BDE;
}
.AnyTagClassName
{
color: #BA6BDE;
}
</style>
background-color css
<style>
a { background-color: #BA6BDE; }
a { background-color: rgb(186,107,222); }
div.DivClassName
{
background-color: #BA6BDE;
}
.BgClassName
{
background-color: #BA6BDE;
}
</style>
border-color css
<style>
span { border-color: #BA6BDE; }
span { border-color: rgb(186,107,222); }
td.TdClassName
{
border-color: #BA6BDE;
}
.TagClassName
{
border-color: #BA6BDE;
}
</style>