Shades of Medium Orchid #BA59E4
Tints of Medium Orchid #BA59E4
RGB
CMYK
RGB Variations
Color information
#BA59E4 (or 0xBA59E4) is known color: Medium Orchid. HEX triplet: BA, 59 and E4. RGB value is (186,89,228). Sum of RGB (Red+Green+Blue) = 186+89+228=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 228 (89.45% from 255 or 45.33% from 503); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA59E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA59E4 is #45A61B. Grayscale: #858585. Windows color (decimal): -4564508 or 14965178. OLE color: 14965178.
HSL color Cylindrical-coordinate representation of color #BA59E4: hue angle of 281.87º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA59E4 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 89 | 228 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.11 |
| HSL | 281.87º | 0.72% | 0.62% | - |
| HSV(B) | 281.87º | 0.61% | 0.89% | - |
| XYZ | 37.83 | 23.19 | 75.88 | - |
| YUV | 133.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 228 | 0.18 | 0.61 | 0 | 0.11 | 281.87 | 0.72 | 0.62 |
| Hex | BA | 59 | E4 | 12 | 3D | 0 | B | 11A | 48 | 3E |
| Octal | 272 | 131 | 344 | 22 | 75 | 0 | 13 | 432 | 110 | 76 |
| Binary | 10111010 | 1011001 | 11100100 | 10010 | 111101 | 0 | 1011 | 100011010 | 1001000 | 111110 |
Color Harmonies of #BA59E4
Complementary color
Monochromatic Colors of #BA59E4
Black with #BA59E4
Text Example
Text Example
White with #BA59E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59E4; }
p { color: rgb(186,89,228); }
H1.HeaderClassName
{
color: #BA59E4;
}
.AnyTagClassName
{
color: #BA59E4;
}
</style>
background-color css
<style>
a { background-color: #BA59E4; }
a { background-color: rgb(186,89,228); }
div.DivClassName
{
background-color: #BA59E4;
}
.BgClassName
{
background-color: #BA59E4;
}
</style>
border-color css
<style>
span { border-color: #BA59E4; }
span { border-color: rgb(186,89,228); }
td.TdClassName
{
border-color: #BA59E4;
}
.TagClassName
{
border-color: #BA59E4;
}
</style>