Shades of Medium Orchid #BA6EEA
Tints of Medium Orchid #BA6EEA
RGB
CMYK
RGB Variations
Color information
#BA6EEA (or 0xBA6EEA) is known color: Medium Orchid. HEX triplet: BA, 6E and EA. RGB value is (186,110,234). Sum of RGB (Red+Green+Blue) = 186+110+234=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EEA is #459115. Grayscale: #929292. Windows color (decimal): -4559126 or 15363770. OLE color: 15363770.
HSL color Cylindrical-coordinate representation of color #BA6EEA: hue angle of 276.77º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6EEA is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 110 | 234 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.08 |
| HSL | 276.77º | 0.75% | 0.67% | - |
| HSV(B) | 276.77º | 0.53% | 0.92% | - |
| XYZ | 40.68 | 27.53 | 81.01 | - |
| YUV | 146.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 110 | 234 | 0.21 | 0.53 | 0 | 0.08 | 276.77 | 0.75 | 0.67 |
| Hex | BA | 6E | EA | 15 | 35 | 0 | 8 | 115 | 4B | 43 |
| Octal | 272 | 156 | 352 | 25 | 65 | 0 | 10 | 425 | 113 | 103 |
| Binary | 10111010 | 1101110 | 11101010 | 10101 | 110101 | 0 | 1000 | 100010101 | 1001011 | 1000011 |
Color Harmonies of #BA6EEA
Complementary color
Monochromatic Colors of #BA6EEA
Black with #BA6EEA
Text Example
Text Example
White with #BA6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA6EEA; }
p { color: rgb(186,110,234); }
H1.HeaderClassName
{
color: #BA6EEA;
}
.AnyTagClassName
{
color: #BA6EEA;
}
</style>
background-color css
<style>
a { background-color: #BA6EEA; }
a { background-color: rgb(186,110,234); }
div.DivClassName
{
background-color: #BA6EEA;
}
.BgClassName
{
background-color: #BA6EEA;
}
</style>
border-color css
<style>
span { border-color: #BA6EEA; }
span { border-color: rgb(186,110,234); }
td.TdClassName
{
border-color: #BA6EEA;
}
.TagClassName
{
border-color: #BA6EEA;
}
</style>