Shades of Medium Orchid #BA73E5
Tints of Medium Orchid #BA73E5
RGB
CMYK
RGB Variations
Color information
#BA73E5 (or 0xBA73E5) is known color: Medium Orchid. HEX triplet: BA, 73 and E5. RGB value is (186,115,229). Sum of RGB (Red+Green+Blue) = 186+115+229=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA73E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73E5 is #458C1A. Grayscale: #949494. Windows color (decimal): -4557851 or 15037370. OLE color: 15037370.
HSL color Cylindrical-coordinate representation of color #BA73E5: hue angle of 277.37º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA73E5 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 115 | 229 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.10 |
| HSL | 277.37º | 0.69% | 0.67% | - |
| HSV(B) | 277.37º | 0.5% | 0.9% | - |
| XYZ | 40.52 | 28.36 | 77.47 | - |
| YUV | 149.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 229 | 0.19 | 0.50 | 0 | 0.10 | 277.37 | 0.69 | 0.67 |
| Hex | BA | 73 | E5 | 13 | 32 | 0 | A | 115 | 45 | 43 |
| Octal | 272 | 163 | 345 | 23 | 62 | 0 | 12 | 425 | 105 | 103 |
| Binary | 10111010 | 1110011 | 11100101 | 10011 | 110010 | 0 | 1010 | 100010101 | 1000101 | 1000011 |
Color Harmonies of #BA73E5
Complementary color
Monochromatic Colors of #BA73E5
Black with #BA73E5
Text Example
Text Example
White with #BA73E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73E5; }
p { color: rgb(186,115,229); }
H1.HeaderClassName
{
color: #BA73E5;
}
.AnyTagClassName
{
color: #BA73E5;
}
</style>
background-color css
<style>
a { background-color: #BA73E5; }
a { background-color: rgb(186,115,229); }
div.DivClassName
{
background-color: #BA73E5;
}
.BgClassName
{
background-color: #BA73E5;
}
</style>
border-color css
<style>
span { border-color: #BA73E5; }
span { border-color: rgb(186,115,229); }
td.TdClassName
{
border-color: #BA73E5;
}
.TagClassName
{
border-color: #BA73E5;
}
</style>