Shades of Medium Orchid #BA54FA
Tints of Medium Orchid #BA54FA
RGB
CMYK
RGB Variations
Color information
#BA54FA (or 0xBA54FA) is known color: Medium Orchid. HEX triplet: BA, 54 and FA. RGB value is (186,84,250). Sum of RGB (Red+Green+Blue) = 186+84+250=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 84 (33.20% from 255 or 16.15% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA54FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54FA is #45AB05. Grayscale: #848484. Windows color (decimal): -4565766 or 16405690. OLE color: 16405690.
HSL color Cylindrical-coordinate representation of color #BA54FA: hue angle of 276.87º degrees, saturation: 0.94, 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 #BA54FA is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 84 | 250 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.02 |
| HSL | 276.87º | 0.94% | 0.65% | - |
| HSV(B) | 276.87º | 0.66% | 0.98% | - |
| XYZ | 40.68 | 23.68 | 92.87 | - |
| YUV | 133.42 | 193.79 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 84 | 250 | 0.26 | 0.66 | 0 | 0.02 | 276.87 | 0.94 | 0.65 |
| Hex | BA | 54 | FA | 1A | 42 | 0 | 2 | 115 | 5E | 41 |
| Octal | 272 | 124 | 372 | 32 | 102 | 0 | 2 | 425 | 136 | 101 |
| Binary | 10111010 | 1010100 | 11111010 | 11010 | 1000010 | 0 | 10 | 100010101 | 1011110 | 1000001 |
Color Harmonies of #BA54FA
Complementary color
Monochromatic Colors of #BA54FA
Black with #BA54FA
Text Example
Text Example
White with #BA54FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA54FA; }
p { color: rgb(186,84,250); }
H1.HeaderClassName
{
color: #BA54FA;
}
.AnyTagClassName
{
color: #BA54FA;
}
</style>
background-color css
<style>
a { background-color: #BA54FA; }
a { background-color: rgb(186,84,250); }
div.DivClassName
{
background-color: #BA54FA;
}
.BgClassName
{
background-color: #BA54FA;
}
</style>
border-color css
<style>
span { border-color: #BA54FA; }
span { border-color: rgb(186,84,250); }
td.TdClassName
{
border-color: #BA54FA;
}
.TagClassName
{
border-color: #BA54FA;
}
</style>