Shades of Medium Orchid #BA6AED
Tints of Medium Orchid #BA6AED
RGB
CMYK
RGB Variations
Color information
#BA6AED (or 0xBA6AED) is known color: Medium Orchid. HEX triplet: BA, 6A and ED. RGB value is (186,106,237). Sum of RGB (Red+Green+Blue) = 186+106+237=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA6AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AED is #459512. Grayscale: #909090. Windows color (decimal): -4560147 or 15559354. OLE color: 15559354.
HSL color Cylindrical-coordinate representation of color #BA6AED: hue angle of 276.64º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6AED is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 106 | 237 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.07 |
| HSL | 276.64º | 0.78% | 0.67% | - |
| HSV(B) | 276.64º | 0.55% | 0.93% | - |
| XYZ | 40.69 | 26.86 | 83.16 | - |
| YUV | 144.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 237 | 0.22 | 0.55 | 0 | 0.07 | 276.64 | 0.78 | 0.67 |
| Hex | BA | 6A | ED | 16 | 37 | 0 | 7 | 115 | 4E | 43 |
| Octal | 272 | 152 | 355 | 26 | 67 | 0 | 7 | 425 | 116 | 103 |
| Binary | 10111010 | 1101010 | 11101101 | 10110 | 110111 | 0 | 111 | 100010101 | 1001110 | 1000011 |
Color Harmonies of #BA6AED
Complementary color
Monochromatic Colors of #BA6AED
Black with #BA6AED
Text Example
Text Example
White with #BA6AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AED; }
p { color: rgb(186,106,237); }
H1.HeaderClassName
{
color: #BA6AED;
}
.AnyTagClassName
{
color: #BA6AED;
}
</style>
background-color css
<style>
a { background-color: #BA6AED; }
a { background-color: rgb(186,106,237); }
div.DivClassName
{
background-color: #BA6AED;
}
.BgClassName
{
background-color: #BA6AED;
}
</style>
border-color css
<style>
span { border-color: #BA6AED; }
span { border-color: rgb(186,106,237); }
td.TdClassName
{
border-color: #BA6AED;
}
.TagClassName
{
border-color: #BA6AED;
}
</style>