Shades of Medium Orchid #BA73C7
Tints of Medium Orchid #BA73C7
RGB
CMYK
RGB Variations
Color information
#BA73C7 (or 0xBA73C7) is known color: Medium Orchid. HEX triplet: BA, 73 and C7. RGB value is (186,115,199). Sum of RGB (Red+Green+Blue) = 186+115+199=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 199 (78.12% from 255 or 39.8% from 500); Max value from RGB is 199 - color contains mainly: blue. Hex color #BA73C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73C7 is #458C38. Grayscale: #919191. Windows color (decimal): -4557881 or 13071290. OLE color: 13071290.
HSL color Cylindrical-coordinate representation of color #BA73C7: hue angle of 290.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA73C7 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 115 | 199 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.22 |
| HSL | 290.71º | 0.43% | 0.62% | - |
| HSV(B) | 290.71º | 0.42% | 0.78% | - |
| XYZ | 36.69 | 26.82 | 57.28 | - |
| YUV | 145.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 115 | 199 | 0.07 | 0.42 | 0 | 0.22 | 290.71 | 0.43 | 0.62 |
| Hex | BA | 73 | C7 | 7 | 2A | 0 | 16 | 123 | 2B | 3E |
| Octal | 272 | 163 | 307 | 7 | 52 | 0 | 26 | 443 | 53 | 76 |
| Binary | 10111010 | 1110011 | 11000111 | 111 | 101010 | 0 | 10110 | 100100011 | 101011 | 111110 |
Color Harmonies of #BA73C7
Complementary color
Monochromatic Colors of #BA73C7
Black with #BA73C7
Text Example
Text Example
White with #BA73C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA73C7; }
p { color: rgb(186,115,199); }
H1.HeaderClassName
{
color: #BA73C7;
}
.AnyTagClassName
{
color: #BA73C7;
}
</style>
background-color css
<style>
a { background-color: #BA73C7; }
a { background-color: rgb(186,115,199); }
div.DivClassName
{
background-color: #BA73C7;
}
.BgClassName
{
background-color: #BA73C7;
}
</style>
border-color css
<style>
span { border-color: #BA73C7; }
span { border-color: rgb(186,115,199); }
td.TdClassName
{
border-color: #BA73C7;
}
.TagClassName
{
border-color: #BA73C7;
}
</style>