Shades of Medium Orchid #BA61F9
Tints of Medium Orchid #BA61F9
RGB
CMYK
RGB Variations
Color information
#BA61F9 (or 0xBA61F9) is known color: Medium Orchid. HEX triplet: BA, 61 and F9. RGB value is (186,97,249). Sum of RGB (Red+Green+Blue) = 186+97+249=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA61F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA61F9 is #459E06. Grayscale: #8C8C8C. Windows color (decimal): -4562439 or 16343482. OLE color: 16343482.
HSL color Cylindrical-coordinate representation of color #BA61F9: hue angle of 275.13º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA61F9 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 97 | 249 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.02 |
| HSL | 275.13º | 0.93% | 0.68% | - |
| HSV(B) | 275.13º | 0.61% | 0.98% | - |
| XYZ | 41.62 | 25.83 | 92.41 | - |
| YUV | 140.94 | 188.99 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 97 | 249 | 0.25 | 0.61 | 0 | 0.02 | 275.13 | 0.93 | 0.68 |
| Hex | BA | 61 | F9 | 19 | 3D | 0 | 2 | 113 | 5D | 44 |
| Octal | 272 | 141 | 371 | 31 | 75 | 0 | 2 | 423 | 135 | 104 |
| Binary | 10111010 | 1100001 | 11111001 | 11001 | 111101 | 0 | 10 | 100010011 | 1011101 | 1000100 |
Color Harmonies of #BA61F9
Complementary color
Monochromatic Colors of #BA61F9
Black with #BA61F9
Text Example
Text Example
White with #BA61F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA61F9; }
p { color: rgb(186,97,249); }
H1.HeaderClassName
{
color: #BA61F9;
}
.AnyTagClassName
{
color: #BA61F9;
}
</style>
background-color css
<style>
a { background-color: #BA61F9; }
a { background-color: rgb(186,97,249); }
div.DivClassName
{
background-color: #BA61F9;
}
.BgClassName
{
background-color: #BA61F9;
}
</style>
border-color css
<style>
span { border-color: #BA61F9; }
span { border-color: rgb(186,97,249); }
td.TdClassName
{
border-color: #BA61F9;
}
.TagClassName
{
border-color: #BA61F9;
}
</style>