Shades of Medium Orchid #BA55D5
Tints of Medium Orchid #BA55D5
RGB
CMYK
RGB Variations
Color information
#BA55D5 (or 0xBA55D5) is known color: Medium Orchid. HEX triplet: BA, 55 and D5. RGB value is (186,85,213). Sum of RGB (Red+Green+Blue) = 186+85+213=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA55D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55D5 is #45AA2A. Grayscale: #818181. Windows color (decimal): -4565547 or 13981114. OLE color: 13981114.
HSL color Cylindrical-coordinate representation of color #BA55D5: hue angle of 287.34º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA55D5 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 85 | 213 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.16 |
| HSL | 287.34º | 0.6% | 0.58% | - |
| HSV(B) | 287.34º | 0.6% | 0.84% | - |
| XYZ | 35.51 | 21.74 | 65.28 | - |
| YUV | 129.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 213 | 0.13 | 0.60 | 0 | 0.16 | 287.34 | 0.6 | 0.58 |
| Hex | BA | 55 | D5 | D | 3C | 0 | 10 | 11F | 3C | 3A |
| Octal | 272 | 125 | 325 | 15 | 74 | 0 | 20 | 437 | 74 | 72 |
| Binary | 10111010 | 1010101 | 11010101 | 1101 | 111100 | 0 | 10000 | 100011111 | 111100 | 111010 |
Color Harmonies of #BA55D5
Complementary color
Monochromatic Colors of #BA55D5
Black with #BA55D5
Text Example
Text Example
White with #BA55D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55D5; }
p { color: rgb(186,85,213); }
H1.HeaderClassName
{
color: #BA55D5;
}
.AnyTagClassName
{
color: #BA55D5;
}
</style>
background-color css
<style>
a { background-color: #BA55D5; }
a { background-color: rgb(186,85,213); }
div.DivClassName
{
background-color: #BA55D5;
}
.BgClassName
{
background-color: #BA55D5;
}
</style>
border-color css
<style>
span { border-color: #BA55D5; }
span { border-color: rgb(186,85,213); }
td.TdClassName
{
border-color: #BA55D5;
}
.TagClassName
{
border-color: #BA55D5;
}
</style>