Shades of Medium Orchid #BA6AEB
Tints of Medium Orchid #BA6AEB
RGB
CMYK
RGB Variations
Color information
#BA6AEB (or 0xBA6AEB) is known color: Medium Orchid. HEX triplet: BA, 6A and EB. RGB value is (186,106,235). Sum of RGB (Red+Green+Blue) = 186+106+235=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA6AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6AEB is #459514. Grayscale: #909090. Windows color (decimal): -4560149 or 15428282. OLE color: 15428282.
HSL color Cylindrical-coordinate representation of color #BA6AEB: hue angle of 277.21º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA6AEB is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 106 | 235 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.08 |
| HSL | 277.21º | 0.76% | 0.67% | - |
| HSV(B) | 277.21º | 0.55% | 0.92% | - |
| XYZ | 40.4 | 26.75 | 81.63 | - |
| YUV | 144.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 106 | 235 | 0.21 | 0.55 | 0 | 0.08 | 277.21 | 0.76 | 0.67 |
| Hex | BA | 6A | EB | 15 | 37 | 0 | 8 | 115 | 4C | 43 |
| Octal | 272 | 152 | 353 | 25 | 67 | 0 | 10 | 425 | 114 | 103 |
| Binary | 10111010 | 1101010 | 11101011 | 10101 | 110111 | 0 | 1000 | 100010101 | 1001100 | 1000011 |
Color Harmonies of #BA6AEB
Complementary color
Monochromatic Colors of #BA6AEB
Black with #BA6AEB
Text Example
Text Example
White with #BA6AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6AEB; }
p { color: rgb(186,106,235); }
H1.HeaderClassName
{
color: #BA6AEB;
}
.AnyTagClassName
{
color: #BA6AEB;
}
</style>
background-color css
<style>
a { background-color: #BA6AEB; }
a { background-color: rgb(186,106,235); }
div.DivClassName
{
background-color: #BA6AEB;
}
.BgClassName
{
background-color: #BA6AEB;
}
</style>
border-color css
<style>
span { border-color: #BA6AEB; }
span { border-color: rgb(186,106,235); }
td.TdClassName
{
border-color: #BA6AEB;
}
.TagClassName
{
border-color: #BA6AEB;
}
</style>