Shades of Medium Orchid #BA73EA
Tints of Medium Orchid #BA73EA
RGB
CMYK
RGB Variations
Color information
#BA73EA (or 0xBA73EA) is known color: Medium Orchid. HEX triplet: BA, 73 and EA. RGB value is (186,115,234). Sum of RGB (Red+Green+Blue) = 186+115+234=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA73EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA73EA is #458C15. Grayscale: #959595. Windows color (decimal): -4557846 or 15365050. OLE color: 15365050.
HSL color Cylindrical-coordinate representation of color #BA73EA: hue angle of 275.8º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA73EA is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 115 | 234 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.08 |
| HSL | 275.8º | 0.74% | 0.68% | - |
| HSV(B) | 275.8º | 0.51% | 0.92% | - |
| XYZ | 41.23 | 28.64 | 81.2 | - |
| YUV | 149.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 234 | 0.21 | 0.51 | 0 | 0.08 | 275.8 | 0.74 | 0.68 |
| Hex | BA | 73 | EA | 15 | 33 | 0 | 8 | 114 | 4A | 44 |
| Octal | 272 | 163 | 352 | 25 | 63 | 0 | 10 | 424 | 112 | 104 |
| Binary | 10111010 | 1110011 | 11101010 | 10101 | 110011 | 0 | 1000 | 100010100 | 1001010 | 1000100 |
Color Harmonies of #BA73EA
Complementary color
Monochromatic Colors of #BA73EA
Black with #BA73EA
Text Example
Text Example
White with #BA73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73EA; }
p { color: rgb(186,115,234); }
H1.HeaderClassName
{
color: #BA73EA;
}
.AnyTagClassName
{
color: #BA73EA;
}
</style>
background-color css
<style>
a { background-color: #BA73EA; }
a { background-color: rgb(186,115,234); }
div.DivClassName
{
background-color: #BA73EA;
}
.BgClassName
{
background-color: #BA73EA;
}
</style>
border-color css
<style>
span { border-color: #BA73EA; }
span { border-color: rgb(186,115,234); }
td.TdClassName
{
border-color: #BA73EA;
}
.TagClassName
{
border-color: #BA73EA;
}
</style>