Shades of Medium Orchid #BA75D7
Tints of Medium Orchid #BA75D7
RGB
CMYK
RGB Variations
Color information
#BA75D7 (or 0xBA75D7) is known color: Medium Orchid. HEX triplet: BA, 75 and D7. RGB value is (186,117,215). Sum of RGB (Red+Green+Blue) = 186+117+215=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 215 (84.38% from 255 or 41.51% from 518); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA75D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75D7 is #458A28. Grayscale: #949494. Windows color (decimal): -4557353 or 14120378. OLE color: 14120378.
HSL color Cylindrical-coordinate representation of color #BA75D7: hue angle of 282.24º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA75D7 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 117 | 215 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.16 |
| HSL | 282.24º | 0.55% | 0.65% | - |
| HSV(B) | 282.24º | 0.46% | 0.84% | - |
| XYZ | 38.88 | 28.07 | 67.66 | - |
| YUV | 148.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 117 | 215 | 0.13 | 0.46 | 0 | 0.16 | 282.24 | 0.55 | 0.65 |
| Hex | BA | 75 | D7 | D | 2E | 0 | 10 | 11A | 37 | 41 |
| Octal | 272 | 165 | 327 | 15 | 56 | 0 | 20 | 432 | 67 | 101 |
| Binary | 10111010 | 1110101 | 11010111 | 1101 | 101110 | 0 | 10000 | 100011010 | 110111 | 1000001 |
Color Harmonies of #BA75D7
Complementary color
Monochromatic Colors of #BA75D7
Black with #BA75D7
Text Example
Text Example
White with #BA75D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA75D7; }
p { color: rgb(186,117,215); }
H1.HeaderClassName
{
color: #BA75D7;
}
.AnyTagClassName
{
color: #BA75D7;
}
</style>
background-color css
<style>
a { background-color: #BA75D7; }
a { background-color: rgb(186,117,215); }
div.DivClassName
{
background-color: #BA75D7;
}
.BgClassName
{
background-color: #BA75D7;
}
</style>
border-color css
<style>
span { border-color: #BA75D7; }
span { border-color: rgb(186,117,215); }
td.TdClassName
{
border-color: #BA75D7;
}
.TagClassName
{
border-color: #BA75D7;
}
</style>