Shades of Medium Orchid #BA55D7
Tints of Medium Orchid #BA55D7
RGB
CMYK
RGB Variations
Color information
#BA55D7 (or 0xBA55D7) is known color: Medium Orchid. HEX triplet: BA, 55 and D7. RGB value is (186,85,215). Sum of RGB (Red+Green+Blue) = 186+85+215=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA55D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA55D7 is #45AA28. Grayscale: #818181. Windows color (decimal): -4565545 or 14112186. OLE color: 14112186.
HSL color Cylindrical-coordinate representation of color #BA55D7: hue angle of 286.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA55D7 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 85 | 215 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.16 |
| HSL | 286.62º | 0.62% | 0.59% | - |
| HSV(B) | 286.62º | 0.6% | 0.84% | - |
| XYZ | 35.76 | 21.84 | 66.62 | - |
| YUV | 130.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 215 | 0.13 | 0.60 | 0 | 0.16 | 286.62 | 0.62 | 0.59 |
| Hex | BA | 55 | D7 | D | 3C | 0 | 10 | 11F | 3E | 3B |
| Octal | 272 | 125 | 327 | 15 | 74 | 0 | 20 | 437 | 76 | 73 |
| Binary | 10111010 | 1010101 | 11010111 | 1101 | 111100 | 0 | 10000 | 100011111 | 111110 | 111011 |
Color Harmonies of #BA55D7
Complementary color
Monochromatic Colors of #BA55D7
Black with #BA55D7
Text Example
Text Example
White with #BA55D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55D7; }
p { color: rgb(186,85,215); }
H1.HeaderClassName
{
color: #BA55D7;
}
.AnyTagClassName
{
color: #BA55D7;
}
</style>
background-color css
<style>
a { background-color: #BA55D7; }
a { background-color: rgb(186,85,215); }
div.DivClassName
{
background-color: #BA55D7;
}
.BgClassName
{
background-color: #BA55D7;
}
</style>
border-color css
<style>
span { border-color: #BA55D7; }
span { border-color: rgb(186,85,215); }
td.TdClassName
{
border-color: #BA55D7;
}
.TagClassName
{
border-color: #BA55D7;
}
</style>