Shades of Medium Orchid #BA59E6
Tints of Medium Orchid #BA59E6
RGB
CMYK
RGB Variations
Color information
#BA59E6 (or 0xBA59E6) is known color: Medium Orchid. HEX triplet: BA, 59 and E6. RGB value is (186,89,230). Sum of RGB (Red+Green+Blue) = 186+89+230=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA59E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59E6 is #45A619. Grayscale: #858585. Windows color (decimal): -4564506 or 15096250. OLE color: 15096250.
HSL color Cylindrical-coordinate representation of color #BA59E6: hue angle of 281.28º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA59E6 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 89 | 230 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.10 |
| HSL | 281.28º | 0.74% | 0.63% | - |
| HSV(B) | 281.28º | 0.61% | 0.9% | - |
| XYZ | 38.11 | 23.3 | 77.35 | - |
| YUV | 134.08 | 182.14 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 230 | 0.19 | 0.61 | 0 | 0.10 | 281.28 | 0.74 | 0.63 |
| Hex | BA | 59 | E6 | 13 | 3D | 0 | A | 119 | 4A | 3F |
| Octal | 272 | 131 | 346 | 23 | 75 | 0 | 12 | 431 | 112 | 77 |
| Binary | 10111010 | 1011001 | 11100110 | 10011 | 111101 | 0 | 1010 | 100011001 | 1001010 | 111111 |
Color Harmonies of #BA59E6
Complementary color
Monochromatic Colors of #BA59E6
Black with #BA59E6
Text Example
Text Example
White with #BA59E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59E6; }
p { color: rgb(186,89,230); }
H1.HeaderClassName
{
color: #BA59E6;
}
.AnyTagClassName
{
color: #BA59E6;
}
</style>
background-color css
<style>
a { background-color: #BA59E6; }
a { background-color: rgb(186,89,230); }
div.DivClassName
{
background-color: #BA59E6;
}
.BgClassName
{
background-color: #BA59E6;
}
</style>
border-color css
<style>
span { border-color: #BA59E6; }
span { border-color: rgb(186,89,230); }
td.TdClassName
{
border-color: #BA59E6;
}
.TagClassName
{
border-color: #BA59E6;
}
</style>