Shades of Medium Orchid #BA59F9
Tints of Medium Orchid #BA59F9
RGB
CMYK
RGB Variations
Color information
#BA59F9 (or 0xBA59F9) is known color: Medium Orchid. HEX triplet: BA, 59 and F9. RGB value is (186,89,249). Sum of RGB (Red+Green+Blue) = 186+89+249=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 89 (35.16% from 255 or 16.98% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA59F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA59F9 is #45A606. Grayscale: #878787. Windows color (decimal): -4564487 or 16341434. OLE color: 16341434.
HSL color Cylindrical-coordinate representation of color #BA59F9: hue angle of 276.38º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA59F9 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 89 | 249 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.02 |
| HSL | 276.38º | 0.93% | 0.66% | - |
| HSV(B) | 276.38º | 0.64% | 0.98% | - |
| XYZ | 40.92 | 24.42 | 92.18 | - |
| YUV | 136.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 89 | 249 | 0.25 | 0.64 | 0 | 0.02 | 276.38 | 0.93 | 0.66 |
| Hex | BA | 59 | F9 | 19 | 40 | 0 | 2 | 114 | 5D | 42 |
| Octal | 272 | 131 | 371 | 31 | 100 | 0 | 2 | 424 | 135 | 102 |
| Binary | 10111010 | 1011001 | 11111001 | 11001 | 1000000 | 0 | 10 | 100010100 | 1011101 | 1000010 |
Color Harmonies of #BA59F9
Complementary color
Monochromatic Colors of #BA59F9
Black with #BA59F9
Text Example
Text Example
White with #BA59F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA59F9; }
p { color: rgb(186,89,249); }
H1.HeaderClassName
{
color: #BA59F9;
}
.AnyTagClassName
{
color: #BA59F9;
}
</style>
background-color css
<style>
a { background-color: #BA59F9; }
a { background-color: rgb(186,89,249); }
div.DivClassName
{
background-color: #BA59F9;
}
.BgClassName
{
background-color: #BA59F9;
}
</style>
border-color css
<style>
span { border-color: #BA59F9; }
span { border-color: rgb(186,89,249); }
td.TdClassName
{
border-color: #BA59F9;
}
.TagClassName
{
border-color: #BA59F9;
}
</style>