Shades of Medium Orchid #BA59D1
Tints of Medium Orchid #BA59D1
RGB
CMYK
RGB Variations
Color information
#BA59D1 (or 0xBA59D1) is known color: Medium Orchid. HEX triplet: BA, 59 and D1. RGB value is (186,89,209). Sum of RGB (Red+Green+Blue) = 186+89+209=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 89 (35.16% from 255 or 18.39% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA59D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59D1 is #45A62E. Grayscale: #838383. Windows color (decimal): -4564527 or 13719994. OLE color: 13719994.
HSL color Cylindrical-coordinate representation of color #BA59D1: hue angle of 288.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA59D1 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 89 | 209 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.18 |
| HSL | 288.5º | 0.57% | 0.58% | - |
| HSV(B) | 288.5º | 0.57% | 0.82% | - |
| XYZ | 35.33 | 22.19 | 62.74 | - |
| YUV | 131.68 | 171.64 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 209 | 0.11 | 0.57 | 0 | 0.18 | 288.5 | 0.57 | 0.58 |
| Hex | BA | 59 | D1 | B | 39 | 0 | 12 | 120 | 39 | 3A |
| Octal | 272 | 131 | 321 | 13 | 71 | 0 | 22 | 440 | 71 | 72 |
| Binary | 10111010 | 1011001 | 11010001 | 1011 | 111001 | 0 | 10010 | 100100000 | 111001 | 111010 |
Color Harmonies of #BA59D1
Complementary color
Monochromatic Colors of #BA59D1
Black with #BA59D1
Text Example
Text Example
White with #BA59D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59D1; }
p { color: rgb(186,89,209); }
H1.HeaderClassName
{
color: #BA59D1;
}
.AnyTagClassName
{
color: #BA59D1;
}
</style>
background-color css
<style>
a { background-color: #BA59D1; }
a { background-color: rgb(186,89,209); }
div.DivClassName
{
background-color: #BA59D1;
}
.BgClassName
{
background-color: #BA59D1;
}
</style>
border-color css
<style>
span { border-color: #BA59D1; }
span { border-color: rgb(186,89,209); }
td.TdClassName
{
border-color: #BA59D1;
}
.TagClassName
{
border-color: #BA59D1;
}
</style>