Shades of Medium Orchid #BA59C9
Tints of Medium Orchid #BA59C9
RGB
CMYK
RGB Variations
Color information
#BA59C9 (or 0xBA59C9) is known color: Medium Orchid. HEX triplet: BA, 59 and C9. RGB value is (186,89,201). Sum of RGB (Red+Green+Blue) = 186+89+201=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA59C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59C9 is #45A636. Grayscale: #828282. Windows color (decimal): -4564535 or 13195706. OLE color: 13195706.
HSL color Cylindrical-coordinate representation of color #BA59C9: hue angle of 291.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA59C9 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 89 | 201 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.21 |
| HSL | 291.96º | 0.51% | 0.57% | - |
| HSV(B) | 291.96º | 0.56% | 0.79% | - |
| XYZ | 34.36 | 21.8 | 57.66 | - |
| YUV | 130.77 | 167.64 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 201 | 0.07 | 0.56 | 0 | 0.21 | 291.96 | 0.51 | 0.57 |
| Hex | BA | 59 | C9 | 7 | 38 | 0 | 15 | 124 | 33 | 39 |
| Octal | 272 | 131 | 311 | 7 | 70 | 0 | 25 | 444 | 63 | 71 |
| Binary | 10111010 | 1011001 | 11001001 | 111 | 111000 | 0 | 10101 | 100100100 | 110011 | 111001 |
Color Harmonies of #BA59C9
Complementary color
Monochromatic Colors of #BA59C9
Black with #BA59C9
Text Example
Text Example
White with #BA59C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59C9; }
p { color: rgb(186,89,201); }
H1.HeaderClassName
{
color: #BA59C9;
}
.AnyTagClassName
{
color: #BA59C9;
}
</style>
background-color css
<style>
a { background-color: #BA59C9; }
a { background-color: rgb(186,89,201); }
div.DivClassName
{
background-color: #BA59C9;
}
.BgClassName
{
background-color: #BA59C9;
}
</style>
border-color css
<style>
span { border-color: #BA59C9; }
span { border-color: rgb(186,89,201); }
td.TdClassName
{
border-color: #BA59C9;
}
.TagClassName
{
border-color: #BA59C9;
}
</style>