Shades of Medium Orchid #BA75C9
Tints of Medium Orchid #BA75C9
RGB
CMYK
RGB Variations
Color information
#BA75C9 (or 0xBA75C9) is known color: Medium Orchid. HEX triplet: BA, 75 and C9. RGB value is (186,117,201). Sum of RGB (Red+Green+Blue) = 186+117+201=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA75C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75C9 is #458A36. Grayscale: #929292. Windows color (decimal): -4557367 or 13202874. OLE color: 13202874.
HSL color Cylindrical-coordinate representation of color #BA75C9: hue angle of 289.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA75C9 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 117 | 201 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.21 |
| HSL | 289.29º | 0.44% | 0.62% | - |
| HSV(B) | 289.29º | 0.42% | 0.79% | - |
| XYZ | 37.15 | 27.38 | 58.58 | - |
| YUV | 147.21 | 158.36 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 201 | 0.07 | 0.42 | 0 | 0.21 | 289.29 | 0.44 | 0.62 |
| Hex | BA | 75 | C9 | 7 | 2A | 0 | 15 | 121 | 2C | 3E |
| Octal | 272 | 165 | 311 | 7 | 52 | 0 | 25 | 441 | 54 | 76 |
| Binary | 10111010 | 1110101 | 11001001 | 111 | 101010 | 0 | 10101 | 100100001 | 101100 | 111110 |
Color Harmonies of #BA75C9
Complementary color
Monochromatic Colors of #BA75C9
Black with #BA75C9
Text Example
Text Example
White with #BA75C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75C9; }
p { color: rgb(186,117,201); }
H1.HeaderClassName
{
color: #BA75C9;
}
.AnyTagClassName
{
color: #BA75C9;
}
</style>
background-color css
<style>
a { background-color: #BA75C9; }
a { background-color: rgb(186,117,201); }
div.DivClassName
{
background-color: #BA75C9;
}
.BgClassName
{
background-color: #BA75C9;
}
</style>
border-color css
<style>
span { border-color: #BA75C9; }
span { border-color: rgb(186,117,201); }
td.TdClassName
{
border-color: #BA75C9;
}
.TagClassName
{
border-color: #BA75C9;
}
</style>