Shades of Medium Orchid #BA59F6
Tints of Medium Orchid #BA59F6
RGB
CMYK
RGB Variations
Color information
#BA59F6 (or 0xBA59F6) is known color: Medium Orchid. HEX triplet: BA, 59 and F6. RGB value is (186,89,246). Sum of RGB (Red+Green+Blue) = 186+89+246=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 89 (35.16% from 255 or 17.08% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA59F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59F6 is #45A609. Grayscale: #878787. Windows color (decimal): -4564490 or 16144826. OLE color: 16144826.
HSL color Cylindrical-coordinate representation of color #BA59F6: hue angle of 277.07º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA59F6 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 89 | 246 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.04 |
| HSL | 277.07º | 0.9% | 0.66% | - |
| HSV(B) | 277.07º | 0.64% | 0.96% | - |
| XYZ | 40.46 | 24.24 | 89.73 | - |
| YUV | 135.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 246 | 0.24 | 0.64 | 0 | 0.04 | 277.07 | 0.9 | 0.66 |
| Hex | BA | 59 | F6 | 18 | 40 | 0 | 4 | 115 | 5A | 42 |
| Octal | 272 | 131 | 366 | 30 | 100 | 0 | 4 | 425 | 132 | 102 |
| Binary | 10111010 | 1011001 | 11110110 | 11000 | 1000000 | 0 | 100 | 100010101 | 1011010 | 1000010 |
Color Harmonies of #BA59F6
Complementary color
Monochromatic Colors of #BA59F6
Black with #BA59F6
Text Example
Text Example
White with #BA59F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59F6; }
p { color: rgb(186,89,246); }
H1.HeaderClassName
{
color: #BA59F6;
}
.AnyTagClassName
{
color: #BA59F6;
}
</style>
background-color css
<style>
a { background-color: #BA59F6; }
a { background-color: rgb(186,89,246); }
div.DivClassName
{
background-color: #BA59F6;
}
.BgClassName
{
background-color: #BA59F6;
}
</style>
border-color css
<style>
span { border-color: #BA59F6; }
span { border-color: rgb(186,89,246); }
td.TdClassName
{
border-color: #BA59F6;
}
.TagClassName
{
border-color: #BA59F6;
}
</style>