Shades of Medium Orchid #BA55F9
Tints of Medium Orchid #BA55F9
RGB
CMYK
RGB Variations
Color information
#BA55F9 (or 0xBA55F9) is known color: Medium Orchid. HEX triplet: BA, 55 and F9. RGB value is (186,85,249). Sum of RGB (Red+Green+Blue) = 186+85+249=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA55F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA55F9 is #45AA06. Grayscale: #858585. Windows color (decimal): -4565511 or 16340410. OLE color: 16340410.
HSL color Cylindrical-coordinate representation of color #BA55F9: hue angle of 276.95º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA55F9 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 85 | 249 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.02 |
| HSL | 276.95º | 0.93% | 0.65% | - |
| HSV(B) | 276.95º | 0.66% | 0.98% | - |
| XYZ | 40.6 | 23.78 | 92.07 | - |
| YUV | 133.9 | 192.96 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 85 | 249 | 0.25 | 0.66 | 0 | 0.02 | 276.95 | 0.93 | 0.65 |
| Hex | BA | 55 | F9 | 19 | 42 | 0 | 2 | 115 | 5D | 41 |
| Octal | 272 | 125 | 371 | 31 | 102 | 0 | 2 | 425 | 135 | 101 |
| Binary | 10111010 | 1010101 | 11111001 | 11001 | 1000010 | 0 | 10 | 100010101 | 1011101 | 1000001 |
Color Harmonies of #BA55F9
Complementary color
Monochromatic Colors of #BA55F9
Black with #BA55F9
Text Example
Text Example
White with #BA55F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA55F9; }
p { color: rgb(186,85,249); }
H1.HeaderClassName
{
color: #BA55F9;
}
.AnyTagClassName
{
color: #BA55F9;
}
</style>
background-color css
<style>
a { background-color: #BA55F9; }
a { background-color: rgb(186,85,249); }
div.DivClassName
{
background-color: #BA55F9;
}
.BgClassName
{
background-color: #BA55F9;
}
</style>
border-color css
<style>
span { border-color: #BA55F9; }
span { border-color: rgb(186,85,249); }
td.TdClassName
{
border-color: #BA55F9;
}
.TagClassName
{
border-color: #BA55F9;
}
</style>