Shades of Medium Orchid #BA6BD3
Tints of Medium Orchid #BA6BD3
RGB
CMYK
RGB Variations
Color information
#BA6BD3 (or 0xBA6BD3) is known color: Medium Orchid. HEX triplet: BA, 6B and D3. RGB value is (186,107,211). Sum of RGB (Red+Green+Blue) = 186+107+211=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA6BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BD3 is #45942C. Grayscale: #8E8E8E. Windows color (decimal): -4559917 or 13855674. OLE color: 13855674.
HSL color Cylindrical-coordinate representation of color #BA6BD3: hue angle of 285.58º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA6BD3 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 107 | 211 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.17 |
| HSL | 285.58º | 0.54% | 0.62% | - |
| HSV(B) | 285.58º | 0.49% | 0.83% | - |
| XYZ | 37.27 | 25.66 | 64.62 | - |
| YUV | 142.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 107 | 211 | 0.12 | 0.49 | 0 | 0.17 | 285.58 | 0.54 | 0.62 |
| Hex | BA | 6B | D3 | C | 31 | 0 | 11 | 11E | 36 | 3E |
| Octal | 272 | 153 | 323 | 14 | 61 | 0 | 21 | 436 | 66 | 76 |
| Binary | 10111010 | 1101011 | 11010011 | 1100 | 110001 | 0 | 10001 | 100011110 | 110110 | 111110 |
Color Harmonies of #BA6BD3
Complementary color
Monochromatic Colors of #BA6BD3
Black with #BA6BD3
Text Example
Text Example
White with #BA6BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6BD3; }
p { color: rgb(186,107,211); }
H1.HeaderClassName
{
color: #BA6BD3;
}
.AnyTagClassName
{
color: #BA6BD3;
}
</style>
background-color css
<style>
a { background-color: #BA6BD3; }
a { background-color: rgb(186,107,211); }
div.DivClassName
{
background-color: #BA6BD3;
}
.BgClassName
{
background-color: #BA6BD3;
}
</style>
border-color css
<style>
span { border-color: #BA6BD3; }
span { border-color: rgb(186,107,211); }
td.TdClassName
{
border-color: #BA6BD3;
}
.TagClassName
{
border-color: #BA6BD3;
}
</style>