Shades of Medium Orchid #BA59D7
Tints of Medium Orchid #BA59D7
RGB
CMYK
RGB Variations
Color information
#BA59D7 (or 0xBA59D7) is known color: Medium Orchid. HEX triplet: BA, 59 and D7. RGB value is (186,89,215). Sum of RGB (Red+Green+Blue) = 186+89+215=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 89 (35.16% from 255 or 18.16% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA59D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59D7 is #45A628. Grayscale: #838383. Windows color (decimal): -4564521 or 14113210. OLE color: 14113210.
HSL color Cylindrical-coordinate representation of color #BA59D7: hue angle of 286.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA59D7 is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 89 | 215 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.16 |
| HSL | 286.19º | 0.61% | 0.6% | - |
| HSV(B) | 286.19º | 0.59% | 0.84% | - |
| XYZ | 36.09 | 22.49 | 66.73 | - |
| YUV | 132.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 215 | 0.13 | 0.59 | 0 | 0.16 | 286.19 | 0.61 | 0.6 |
| Hex | BA | 59 | D7 | D | 3B | 0 | 10 | 11E | 3D | 3C |
| Octal | 272 | 131 | 327 | 15 | 73 | 0 | 20 | 436 | 75 | 74 |
| Binary | 10111010 | 1011001 | 11010111 | 1101 | 111011 | 0 | 10000 | 100011110 | 111101 | 111100 |
Color Harmonies of #BA59D7
Complementary color
Monochromatic Colors of #BA59D7
Black with #BA59D7
Text Example
Text Example
White with #BA59D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59D7; }
p { color: rgb(186,89,215); }
H1.HeaderClassName
{
color: #BA59D7;
}
.AnyTagClassName
{
color: #BA59D7;
}
</style>
background-color css
<style>
a { background-color: #BA59D7; }
a { background-color: rgb(186,89,215); }
div.DivClassName
{
background-color: #BA59D7;
}
.BgClassName
{
background-color: #BA59D7;
}
</style>
border-color css
<style>
span { border-color: #BA59D7; }
span { border-color: rgb(186,89,215); }
td.TdClassName
{
border-color: #BA59D7;
}
.TagClassName
{
border-color: #BA59D7;
}
</style>