Shades of Medium Orchid #BA75C5
Tints of Medium Orchid #BA75C5
RGB
CMYK
RGB Variations
Color information
#BA75C5 (or 0xBA75C5) is known color: Medium Orchid. HEX triplet: BA, 75 and C5. RGB value is (186,117,197). Sum of RGB (Red+Green+Blue) = 186+117+197=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA75C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75C5 is #458A3A. Grayscale: #929292. Windows color (decimal): -4557371 or 12940730. OLE color: 12940730.
HSL color Cylindrical-coordinate representation of color #BA75C5: hue angle of 291.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BA75C5 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 186 | 117 | 197 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.23 |
| HSL | 291.75º | 0.41% | 0.62% | - |
| HSV(B) | 291.75º | 0.41% | 0.77% | - |
| XYZ | 36.69 | 27.19 | 56.14 | - |
| YUV | 146.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 197 | 0.06 | 0.41 | 0 | 0.23 | 291.75 | 0.41 | 0.62 |
| Hex | BA | 75 | C5 | 6 | 29 | 0 | 17 | 124 | 29 | 3E |
| Octal | 272 | 165 | 305 | 6 | 51 | 0 | 27 | 444 | 51 | 76 |
| Binary | 10111010 | 1110101 | 11000101 | 110 | 101001 | 0 | 10111 | 100100100 | 101001 | 111110 |
Color Harmonies of #BA75C5
Complementary color
Monochromatic Colors of #BA75C5
Black with #BA75C5
Text Example
Text Example
White with #BA75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75C5; }
p { color: rgb(186,117,197); }
H1.HeaderClassName
{
color: #BA75C5;
}
.AnyTagClassName
{
color: #BA75C5;
}
</style>
background-color css
<style>
a { background-color: #BA75C5; }
a { background-color: rgb(186,117,197); }
div.DivClassName
{
background-color: #BA75C5;
}
.BgClassName
{
background-color: #BA75C5;
}
</style>
border-color css
<style>
span { border-color: #BA75C5; }
span { border-color: rgb(186,117,197); }
td.TdClassName
{
border-color: #BA75C5;
}
.TagClassName
{
border-color: #BA75C5;
}
</style>