Shades of Medium Orchid #BA59F2
Tints of Medium Orchid #BA59F2
RGB
CMYK
RGB Variations
Color information
#BA59F2 (or 0xBA59F2) is known color: Medium Orchid. HEX triplet: BA, 59 and F2. RGB value is (186,89,242). Sum of RGB (Red+Green+Blue) = 186+89+242=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 89 (35.16% from 255 or 17.21% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA59F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59F2 is #45A60D. Grayscale: #868686. Windows color (decimal): -4564494 or 15882682. OLE color: 15882682.
HSL color Cylindrical-coordinate representation of color #BA59F2: hue angle of 278.04º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA59F2 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 89 | 242 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.05 |
| HSL | 278.04º | 0.85% | 0.65% | - |
| HSV(B) | 278.04º | 0.63% | 0.95% | - |
| XYZ | 39.85 | 23.99 | 86.54 | - |
| YUV | 135.45 | 188.14 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 242 | 0.23 | 0.63 | 0 | 0.05 | 278.04 | 0.85 | 0.65 |
| Hex | BA | 59 | F2 | 17 | 3F | 0 | 5 | 116 | 55 | 41 |
| Octal | 272 | 131 | 362 | 27 | 77 | 0 | 5 | 426 | 125 | 101 |
| Binary | 10111010 | 1011001 | 11110010 | 10111 | 111111 | 0 | 101 | 100010110 | 1010101 | 1000001 |
Color Harmonies of #BA59F2
Complementary color
Monochromatic Colors of #BA59F2
Black with #BA59F2
Text Example
Text Example
White with #BA59F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59F2; }
p { color: rgb(186,89,242); }
H1.HeaderClassName
{
color: #BA59F2;
}
.AnyTagClassName
{
color: #BA59F2;
}
</style>
background-color css
<style>
a { background-color: #BA59F2; }
a { background-color: rgb(186,89,242); }
div.DivClassName
{
background-color: #BA59F2;
}
.BgClassName
{
background-color: #BA59F2;
}
</style>
border-color css
<style>
span { border-color: #BA59F2; }
span { border-color: rgb(186,89,242); }
td.TdClassName
{
border-color: #BA59F2;
}
.TagClassName
{
border-color: #BA59F2;
}
</style>