Shades of Medium Orchid #BA59D3
Tints of Medium Orchid #BA59D3
RGB
CMYK
RGB Variations
Color information
#BA59D3 (or 0xBA59D3) is known color: Medium Orchid. HEX triplet: BA, 59 and D3. RGB value is (186,89,211). Sum of RGB (Red+Green+Blue) = 186+89+211=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA59D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59D3 is #45A62C. Grayscale: #838383. Windows color (decimal): -4564525 or 13851066. OLE color: 13851066.
HSL color Cylindrical-coordinate representation of color #BA59D3: hue angle of 287.7º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA59D3 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 89 | 211 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.17 |
| HSL | 287.7º | 0.58% | 0.59% | - |
| HSV(B) | 287.7º | 0.58% | 0.83% | - |
| XYZ | 35.58 | 22.29 | 64.05 | - |
| YUV | 131.91 | 172.64 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 211 | 0.12 | 0.58 | 0 | 0.17 | 287.7 | 0.58 | 0.59 |
| Hex | BA | 59 | D3 | C | 3A | 0 | 11 | 120 | 3A | 3B |
| Octal | 272 | 131 | 323 | 14 | 72 | 0 | 21 | 440 | 72 | 73 |
| Binary | 10111010 | 1011001 | 11010011 | 1100 | 111010 | 0 | 10001 | 100100000 | 111010 | 111011 |
Color Harmonies of #BA59D3
Complementary color
Monochromatic Colors of #BA59D3
Black with #BA59D3
Text Example
Text Example
White with #BA59D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59D3; }
p { color: rgb(186,89,211); }
H1.HeaderClassName
{
color: #BA59D3;
}
.AnyTagClassName
{
color: #BA59D3;
}
</style>
background-color css
<style>
a { background-color: #BA59D3; }
a { background-color: rgb(186,89,211); }
div.DivClassName
{
background-color: #BA59D3;
}
.BgClassName
{
background-color: #BA59D3;
}
</style>
border-color css
<style>
span { border-color: #BA59D3; }
span { border-color: rgb(186,89,211); }
td.TdClassName
{
border-color: #BA59D3;
}
.TagClassName
{
border-color: #BA59D3;
}
</style>